mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 05:58:53 -04:00
Merge pull request #158 from GSA/stvnrlly/sandbox-teardown
Update sandbox teardown steps
This commit is contained in:
@@ -42,7 +42,10 @@ for experimenting with infrastructure changes without going through the full CI/
|
|||||||
Rules for use:
|
Rules for use:
|
||||||
|
|
||||||
1. Ensure that no other developer is using the environment, as there is nothing stopping changes from overwriting each other.
|
1. Ensure that no other developer is using the environment, as there is nothing stopping changes from overwriting each other.
|
||||||
1. Clean up services you create when you are done. `terraform destroy` from within the `terraform/sandbox` directory should do it.
|
1. Clean up when you are done:
|
||||||
|
- `terraform destroy` from within the `terraform/sandbox` directory will take care of the provisioned services
|
||||||
|
- Delete the apps and routes shown in `cf apps` by running `cf delete APP_NAME -r`
|
||||||
|
- Delete the space deployers still shown in `cf services` by running `terraform/destroy_service_account.sh -s notify-sandbox -u <space-deployer>`
|
||||||
|
|
||||||
### Deploying to the sandbox
|
### Deploying to the sandbox
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user