Compare commits

..

1 Commits

Author SHA1 Message Date
Rioting Pacifist b9b3bf572f Initial commit
contains:
* Actual template
* Example function
* Tests
* Integration test (make file)
* Integration tests (deployed as lambda)
* drone CI and CI scripts
2020-03-16 16:33:40 +00:00
+2 -2
View File
@@ -14,7 +14,7 @@ See `make help` for more details
### Deployment ### 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>` then launched with `make all env=<env>`
#### CI #### CI
@@ -22,7 +22,7 @@ then launched with `make all env=<env>`
This folder has scripts to This folder has scripts to
* Deploy and Delete a CI environment * 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 * Cleanup environments after merging
## Contributing ## Contributing