We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927a7e4 commit 7891f2dCopy full SHA for 7891f2d
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