diff --git a/Jenkinsfile b/Jenkinsfile index f8d4c80..414fcad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } diff --git a/README.md b/README.md index d020254..4f2092b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/deploy.js b/scripts/deploy.js index 440fcfc..dc8173e 100644 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -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)=> { diff --git a/src/CNAME b/src/CNAME index b093da9..c2a6ae5 100644 --- a/src/CNAME +++ b/src/CNAME @@ -1 +1 @@ -dappconnect.dev +wakuconnect.dev