You've already forked golang-saas-starter-kit
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:
@ -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
|
||||
|
||||
Base required permissions.
|
||||
|
@ -140,7 +140,10 @@
|
||||
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
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user