mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #37 from oceanprotocol/feature/new-beta
new beta url
This commit is contained in:
commit
04455902c0
@ -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:
|
||||
|
||||
|
@ -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"
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user