1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-07-03 00:58:13 +02:00

remove example project from sub directory

This commit is contained in:
Lee Brown
2019-07-13 11:36:51 -08:00
parent c5ea09d8e1
commit 541a279b6f
2 changed files with 10 additions and 1 deletions

View File

@ -170,6 +170,12 @@ DD_EXPVAR=service_name=web-app env=dev url=http://web-app:4000/debug/vars|servic
``` ```
### gitlab
[GitLab CI/CD Pipeline Configuration Reference](https://docs.gitlab.com/ee/ci/yaml/)
### AWS Permissions ### AWS Permissions
Base required permissions. Base required permissions.

View File

@ -140,7 +140,10 @@
go run main.go deploy -service=web-api -env=dev go run main.go deploy -service=web-api -env=dev
``` ```
Or
```bash
go run main.go deploy -service=web-api -env=dev -enable_https=true -primary_host=eproc.tech -host_names=www.eproc.tech -host_names=api.eproc.tech -recreate_service=false
```