Merge branch 'fix-production-deployments' of billy/budget into master

This commit is contained in:
Billy Brawner 2018-09-02 21:09:50 -05:00 committed by Gitea
commit 8ec81622e7

1
Jenkinsfile vendored
View file

@ -29,6 +29,7 @@ pipeline {
steps {
sshPut remote: remote, from: 'archive.zip', into: '.'
sshCommand remote: remote, command: """
if [ test -d /var/www/budget.wbrawner.com/revisions/$GIT_COMMIT ]; then rm -rf /var/www/budget.wbrawner.com/revisions/$GIT_COMMIT; fi && \
mkdir -p /var/www/budget.wbrawner.com/revisions/$GIT_COMMIT && \
unzip -d /var/www/budget.wbrawner.com/revisions/$GIT_COMMIT /root/archive.zip && \
rm /root/archive.zip && \