Merge branch 'develop'

This commit is contained in:
Harrison Deng 2022-05-11 22:02:51 -05:00
commit 30b4a8a77c

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
} }
steps { steps {
sshagent(['13e00839-0608-4e91-8b9e-cce3818425f3']) { sshagent(['13e00839-0608-4e91-8b9e-cce3818425f3']) {
sh "scp -r dist/** www-data@sys.reslate.xyz:/var/www/ent.sys.reslate.xyz" sh "scp -r dist/** www-data@sys.reslate.xyz:/srv/www/ent.sys.reslate.xyz"
} }
} }
} }