From 541a279b6fd96bcf4cef37c4a8bb4cb1b20bb965 Mon Sep 17 00:00:00 2001 From: Lee Brown Date: Sat, 13 Jul 2019 11:36:51 -0800 Subject: [PATCH] remove example project from sub directory --- example-project/README.md | 6 ++++++ example-project/tools/truss/cmd/devops/README.md | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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