Skip to content

Commit

Permalink
chore: update await deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Oct 12, 2023
1 parent 94b6ea9 commit cbff022
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 @@ -87,7 +87,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 lba"
cmd: "sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock sudobmitch/docker-stack-wait:v0.2.3 lba"
async: 1800
poll: 10

Expand Down

0 comments on commit cbff022

Please sign in to comment.