Skip to content

Commit

Permalink
chore: fix wait deployment (#3282)
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine authored Oct 12, 2023
1 parent 22b9fab commit 056205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .infra/ansible/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
- name: Attente du deploiement
shell:
chdir: /opt/app
cmd: "sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock sudobmitch/docker-stack-wait tdb"
cmd: "sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock sudobmitch/docker-stack-wait:v0.2.3 tdb"
async: 1800
poll: 10

Expand Down

0 comments on commit 056205e

Please sign in to comment.