adjust dev location

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-16 10:39:16 +02:00
parent cca2f9651e
commit 035e1e412e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -51,10 +51,10 @@ pipeline {
sshagent(credentials: ['jenkins-ssh']) { sshagent(credentials: ['jenkins-ssh']) {
sh ''' sh '''
scp -o StrictHostKeyChecking=no -r public/. \ scp -o StrictHostKeyChecking=no -r public/. \
jenkins@node-01.do-ams3.proxy.misc.statusim.net:/var/www/dev-docs/ jenkins@node-01.do-ams3.proxy.misc.statusim.net:/var/www/dev-people-ops/
''' '''
} }
} } } }
} }
} }
} }