diff --git a/example-project/README.md b/example-project/README.md index 6d35b46..9e89ef1 100644 --- a/example-project/README.md +++ b/example-project/README.md @@ -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. diff --git a/example-project/tools/truss/cmd/devops/README.md b/example-project/tools/truss/cmd/devops/README.md index 48541a0..4fe83d0 100644 --- a/example-project/tools/truss/cmd/devops/README.md +++ b/example-project/tools/truss/cmd/devops/README.md @@ -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 +``` \ No newline at end of file