mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-21 18:28:18 +00:00
fix: CNAME file issue (#29)
CNAME file was located in ./static-assets, but it should be in the `out` directory after the build stage because the `out` folder was created in the `build` stage.
This commit is contained in:
parent
7bcbe4edb3
commit
72fcd1b4d4
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
||||
CONTENT_SOURCE_URL = '../src'
|
||||
GIT_COMMITTER_NAME = 'status-im-auto'
|
||||
GIT_COMMITTER_EMAIL = 'auto@status.im'
|
||||
/* dev page settings */
|
||||
PROD_SITE = 'waku.org'
|
||||
DEV_SITE = 'dev.waku.org'
|
||||
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
|
||||
SCP_OPTS = 'StrictHostKeyChecking=no'
|
||||
@ -48,6 +48,7 @@ pipeline {
|
||||
steps {
|
||||
dir('builder') {
|
||||
sh 'yarn build'
|
||||
sh "echo ${env.PROD_SITE} > out/CNAME"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
waku.org
|
Loading…
x
Reference in New Issue
Block a user