Преглед изворни кода

Add commands to update date and version

DricomDragon пре 5 година
родитељ
комит
fc1fb785fa
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      undeployed/ci/jenkinsfile

+ 2 - 0
undeployed/ci/jenkinsfile

@@ -29,6 +29,8 @@ pipeline {
         stage('Deploy') {
             when { branch 'master' }
             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}"
             }
         }