We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abed1ab + 7891f2d commit ab93f59Copy full SHA for ab93f59
1 file changed
README.md
@@ -60,7 +60,7 @@ ansible-playbook -i ./[stage-hosts, prod-hosts] [appname].yml -t deploy -e git_b
60
This will redeploy the current deploy without rebuilding
61
62
```
63
-ansible-playbook -i./[stage-hosts, prod-hosts] [appname].yml -e git_branch=some-branch-name -e build_args=--no-cache
+ansible-playbook -i ./[stage-hosts, prod-hosts] [appname].yml -e git_branch=some-branch-name -e build_args=--no-cache
64
65
66
deploy latest version of the branch
0 commit comments