-
- Downloads
Setup continuous deploys to staging and production:
- Pull requests whose tests pass are deployed automatically to a preproduction version named "pr<number>" - Pushes to master whose tests pass are deployed automatically to the primary version (hopefully, can't test until merge) - Closing a pull request removes staging deploys (hopefully!)
Showing
- .github/workflows/cleanup.yaml 32 additions, 0 deletions.github/workflows/cleanup.yaml
- .github/workflows/continuous_delivery.yaml 171 additions, 0 deletions.github/workflows/continuous_delivery.yaml
- .github/workflows/continuous_integration.yaml 0 additions, 53 deletions.github/workflows/continuous_integration.yaml
.github/workflows/cleanup.yaml
0 → 100644
.github/workflows/continuous_delivery.yaml
0 → 100644
Please register or sign in to comment