浏览代码

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}"
             }
         }