Changes config for proper setup
This commit is contained in:
parent
755971d2ec
commit
377a9eb630
|
@ -51,7 +51,7 @@ pipeline {
|
|||
sshagent(credentials: ['jenkins-ssh']) {
|
||||
sh '''
|
||||
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-studio/
|
||||
'''
|
||||
}
|
||||
} }
|
||||
|
|
|
@ -19,7 +19,7 @@ deploy:
|
|||
type: git
|
||||
branch: gh-pages
|
||||
name: status-im-auto
|
||||
repo: git@github.com:status-im/incubate.status.im.git
|
||||
repo: git@github.com:status-im/studio.status.im.git
|
||||
|
||||
theme_config:
|
||||
favicon: img/logo-32.png
|
||||
|
|
|
@ -19,7 +19,7 @@ deploy:
|
|||
type: git
|
||||
branch: gh-pages
|
||||
name: status-im-auto
|
||||
repo: git@github.com:status-im/incubate.status.im.git
|
||||
repo: git@github.com:status-im/studio.status.im.git
|
||||
|
||||
theme_config:
|
||||
favicon: img/logo-32.png
|
||||
|
|
Loading…
Reference in New Issue