Skip to content

Commit a2dbc9a

Browse files
committed
fix: docker compose pull
1 parent fe2932a commit a2dbc9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
eval "$(ssh-agent -s)"
8787
ssh-add ~/.ssh/action
8888
cd /home/ubuntu/deploy
89-
docker compose up -d
89+
docker compose up -d --pull always

0 commit comments

Comments
 (0)