We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397307b commit d926cc0Copy full SHA for d926cc0
README.md
@@ -48,11 +48,11 @@ follow these steps:
48
4. `ALTER USER 'root' IDENTIFIED WITH mysql_native_password BY 'password';`
49
5. `flush privileges;`
50
51
-## How to deploy
52
53
-- To deploy to stating (rdocumentation.datacamp-staging.com), merge to master
54
-- To deploy to production, add a tag which starts with `release-`
55
-The rdocumentation app is hosted on DataCamp's infrastructure, on our AWS ECS cluster.
+## Deployment
+
+- Commits to master are deployed to staging
+- Tags that use `vx.y.z` are deployed to production
56
57
## What the CI does
58
0 commit comments