Skip to content

Commit 9ed4e25

Browse files
committed
filters and matrix in workflow
1 parent b9037f6 commit 9ed4e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
- name: Start application with Docker Compose over SSH
9696
become: false
9797
shell: |
98+
docker compose -f docker-compose.yml down --remove-orphans
9899
docker compose -f docker-compose.yml pull &&
99100
docker compose -f docker-compose.yml up -d
100101
args:

0 commit comments

Comments
 (0)