ci: fix repo used to publish to gh-pages
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8a8d681e87
commit
16f59a793b
|
@ -55,7 +55,8 @@ pipeline {
|
||||||
stage('Publish Prod') {
|
stage('Publish Prod') {
|
||||||
when { expression { env.GIT_BRANCH ==~ /.*master/ } }
|
when { expression { env.GIT_BRANCH ==~ /.*master/ } }
|
||||||
steps {
|
steps {
|
||||||
dir('builder') {
|
dir('src') {
|
||||||
|
sh 'cp -r ../builder/out ./'
|
||||||
sshagent(credentials: ['status-im-auto-ssh']) {
|
sshagent(credentials: ['status-im-auto-ssh']) {
|
||||||
sh "ghp-import -p out"
|
sh "ghp-import -p out"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue