Skip to content

Commit d3ecec4

Browse files
committed
Add force-recreate to docker compose up command
1 parent ab09c5b commit d3ecec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ jobs:
108108
export DOMAIN="${{ vars.DOMAIN }}"
109109
export EMAIL_USER="${{ vars.EMAIL_USER }}"
110110
export SMTP_HOST="${{vars.SMTP_HOST}}"
111-
docker compose up -d --no-build
111+
docker compose up -d --no-build --force-recreate
112112
docker image prune -f
113113
"

0 commit comments

Comments
 (0)