Browse Source

Add commands to update date and version

DricomDragon 5 years ago
parent
commit
fc1fb785fa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      undeployed/ci/jenkinsfile

+ 2 - 0
undeployed/ci/jenkinsfile

@@ -29,6 +29,8 @@ pipeline {
         stage('Deploy') {
         stage('Deploy') {
             when { branch 'master' }
             when { branch 'master' }
             steps {
             steps {
+                sh "undeployed/scripts/deploy/up-date.sh"
+                sh "undeployed/scripts/deploy/up-version.sh"
                 sh "rsync --delete --recursive --verbose web/ ${env.JOVIAN_WEB_DEPLOY_PATH}"
                 sh "rsync --delete --recursive --verbose web/ ${env.JOVIAN_WEB_DEPLOY_PATH}"
             }
             }
         }
         }