ci: update domain to wakuconnect.dev

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-01-10 15:41:44 +01:00
parent 3f38a91641
commit 6c60d75baf
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
4 changed files with 5 additions and 5 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
GIT_COMMITTER_NAME = 'status-im-auto'
GIT_COMMITTER_EMAIL = 'auto@status.im'
/* Dev site deployment. */
DEV_SITE = 'dev.dappconnect.dev'
DEV_SITE = 'dev.wakuconnect.dev'
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
SCP_OPTS = 'StrictHostKeyChecking=no'
}

View File

@ -24,7 +24,7 @@ Now you should be able to see the project running at [localhost:3000](http://loc
Two branches are built by [our Jenkins instance](https://ci.status.im/):
* `master` is deployed to https://dappconnect.dev/ by [CI](https://ci.status.im/job/website/job/dappconnect.dev/)
* `develop` is deployed to https://dev.dappconnect.dev/ by [CI](https://ci.status.im/job/website/job/dev.dappconnect.dev/)
* `master` is deployed to https://wakuconnect.dev/ by [CI](https://ci.status.im/job/website/job/wakuconnect.dev/)
* `develop` is deployed to https://dev.wakuconnect.dev/ by [CI](https://ci.status.im/job/website/job/dev.wakuconnect.dev/)
PRs should be made for `develop` branch and `master` should be [rebased](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) on `develop` once changes are verified.

View File

@ -8,7 +8,7 @@ process.on('unhandledRejection', err => { throw err })
const distDir = '_site'
const branch = 'gh-pages'
const org = 'vacp2p'
const repo = 'dappconnect.dev'
const repo = 'wakuconnect.dev'
const repoUrl = `git@github.com:${org}/${repo}.git`
const main = async (url, branch)=> {

View File

@ -1 +1 @@
dappconnect.dev
wakuconnect.dev