File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ of the docker image needed to run the service on our architecture.
7474
7575##### Command
7676```
77- ansible-playbook -i ./[inventory_dir] [service-playbook] -e @[main-var-file] -e git_branch=[branch-or-tag] -t deploy
77+ ansible-playbook -i .. /[inventory_dir] [service-playbook] -e @../environments/[gamma-or-delta]/main.yml -e git_branch=[branch-or-tag] -t deploy
7878```
7979
8080##### Arguments
@@ -102,7 +102,7 @@ being tested in the production mirror.
102102
103103##### Command
104104```
105- ansible-playbook -i ./[inventory_dir] [service-playbook] -e @[main-var-file ] -e git_branch=[branch-or-tag] -t deploy -e build_args=--no-cache
105+ ansible-playbook -i .. /[inventory_dir] [service-playbook] -e @../environments/[gamma-or-delta]/main.yml ] -e git_branch=[branch-or-tag] -t deploy -e build_args=--no-cache
106106```
107107
108108##### Arguments
You can’t perform that action at this time.
0 commit comments