Explorar o código

Add deploy stage

To copy web files in httpd folder
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
f98221938a
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      undeployed/ci/jenkinsfile

+ 6 - 0
undeployed/ci/jenkinsfile

@@ -26,5 +26,11 @@ pipeline {
                 echo "Done."
             }
         }
+        stage('Deploy') {
+            when { branch 'master' }
+            steps {
+                sh "rsync --delete --recursive --verbose web/ ${env.JOVIAN_WEB_DEPLOY_PATH}"
+            }
+        }
     }
 }