Compare commits

...

No commits in common. "36c6d1b28344b45658e8015540d817ed566ba402" and "b9b3bf572f9f6cc45037aea615a25731bb952a31" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ See `make help` for more details
### Deployment
Environment overrides can be written in environments/<env>.vars
Environment overrides can be written in `environments/<env>.env`
then launched with `make all env=<env>`
#### CI
@ -22,7 +22,7 @@ then launched with `make all env=<env>`
This folder has scripts to
* Deploy and Delete a CI environment
* Deploy a permanent environment based on environments/<env>
* Deploy a permanent environment based on `environments/<env>.env`
* Cleanup environments after merging
## Contributing