소스 검색

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