diff --git a/README.md b/README.md index 30fccc3f..64d345bf 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Automatic deployments are triggered upon successful tests & builds on Travis: - push to `master` initiates a live deployment -> [docs.oceanprotocol.com](https://docs.oceanprotocol.com) - any Pull Request, and subsequent pushes to it, initiates a beta deployment - -> [beta.docs.oceanprotocol.com](https://beta.docs.oceanprotocol.com) + -> [betadocs.oceanprotocol.com](https://betadocs.oceanprotocol.com) The deploy command simply calls the [`scripts/deploy.sh`](scripts/deploy.sh) script, syncing the contents of the `public/` folder to S3: diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e8853bdb..3f508447 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -5,7 +5,7 @@ # AWS_SECRET_ACCESS_KEY # AWS_DEFAULT_REGION AWS_S3_BUCKET="docs.oceanprotocol.com" -AWS_S3_BUCKET_BETA="beta.docs.oceanprotocol.com" +AWS_S3_BUCKET_BETA="betadocs.oceanprotocol.com" SITEMAP_URL="https%3A%2F%2Fdocs.oceanprotocol.com%2Fsitemap.xml" #