From 4d4bb632720dd1eb758d26cc29374c018083dbf1 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 6 Jan 2019 16:56:03 -0800 Subject: [PATCH] updated docs --- app-cli/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cli/readme.md b/app-cli/readme.md index 0748cfe..20537c3 100644 --- a/app-cli/readme.md +++ b/app-cli/readme.md @@ -69,7 +69,7 @@ You will then see your application being uploaded, after that, your application You can also deploy directly with one command: ```bash -captainduckduck deploy -s -h https://captain.root.domain.com -a app-name -p password -b branchName +captainduckduck deploy -h https://captain.root.domain.com -a app-name -p password -b branchName ``` This can be useful if you want to integrate CI/CD pipeline.