Jenkinsfile: update dev site hostname
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e9b9847968
commit
41d2c97169
|
@ -11,11 +11,12 @@ pipeline {
|
|||
}
|
||||
|
||||
environment {
|
||||
SCP_OPTS = 'StrictHostKeyChecking=no'
|
||||
DEV_HOST = 'jenkins@node-01.do-ams3.proxy.misc.statusim.net'
|
||||
DEV_SITE = 'dev.vac.dev'
|
||||
GH_USER = 'status-im-auto'
|
||||
GH_MAIL = 'auto@status.im'
|
||||
/* Dev site deployment. */
|
||||
DEV_SITE = 'dev.vac.dev'
|
||||
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
|
||||
SCP_OPTS = 'StrictHostKeyChecking=no'
|
||||
/* Avoid need for sudo when using bundler. */
|
||||
GEM_HOME = "${env.HOME}/.gem"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue