1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-23 01:36:27 +02:00

new beta url

This commit is contained in:
Matthias Kretschmann 2018-11-16 17:39:13 +01:00
parent 35fd71f96a
commit 2cd08a960e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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"
#