Skip to content

Commit b57a728

Browse files
committed
update docs for deployments
1 parent 3e3b7c6 commit b57a728

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.controlplane/shakacode-team.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Internal Notes to the Shakacode Team
22

3+
## Deployment
4+
5+
Deployments are handled by Control Plane configuration in this repo and GitHub Actions.
6+
7+
### Review Apps
8+
- Add a comment `/deploy-review-app` to any PR to deploy a review app
9+
10+
### Staging Environment
11+
- **Automatic**: Any merge to the `master` branch automatically deploys to staging
12+
- **URLs**:
13+
- [Control Plane Console - Staging](https://console.cpln.io/console/org/shakacode-open-source-examples-staging/gvc/react-webpack-rails-tutorial-staging/workload/rails/-info)
14+
- [Staging App](https://staging.reactrails.com/)
15+
16+
### Production Environment
17+
- **Manual**: Run the [promote-staging-to-production workflow](https://github.com/shakacode/react-webpack-rails-tutorial/actions/workflows/promote-staging-to-production.yml) on GitHub
18+
- **URLs**:
19+
- [Control Plane Console - Production](https://console.cpln.io/console/org/shakacode-open-source-examples-production/gvc/react-webpack-rails-tutorial-production/workload/rails/-info)
20+
- [Production App](https://reactrails.com/)
21+
22+
See [./README.md](./README.md) for more details.
23+
324
## Links
425

526
- [Control Plane Org for Staging and Review Apps](https://console.cpln.io/console/org/shakacode-open-source-examples-staging/-info)

0 commit comments

Comments
 (0)