Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay authored Nov 29, 2024
1 parent 9d22075 commit ae4fe14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
dest: "{{compose_directory}}/docker-compose.yml"

- name: Create and start services
community.general.docker_compose:
community.docker.docker_compose_v2:
project_src: "{{ compose_directory }}"
pull: yes
build: yes
pull: "always"
build: "always"
remove_orphans: yes

- name: Reload nginx config
shell:
cmd: "docker-compose exec -T nginx nginx -s reload"
chdir: "{{ compose_directory }}"
chdir: "{{ compose_directory }}"

0 comments on commit ae4fe14

Please sign in to comment.