Added "live" branch to represent live server.

This commit is contained in:
Harrison Deng 2022-04-16 00:56:14 -05:00
parent 1113799a0f
commit ca1aa9fc8f

4
Jenkinsfile vendored
View File

@ -13,10 +13,10 @@ pipeline {
branch '**/delta'
}
steps {
sh 'git checkout master'
sh 'git checkout live'
sh 'git merge --strategy-option theirs origin/delta'
sshagent(['359ebf7c-e2b9-45ec-992c-ff8d5549deb6']) {
sh 'git push origin master'
sh 'git push origin live'
}
}
}