Skip to content

Commit b1a7a85

Browse files
authored
add .. and main.yml to commands
1 parent 07f32cb commit b1a7a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)