Skip to content

Commit 0d6ef8b

Browse files
committed
restore build flag
1 parent e0f0cbb commit 0d6ef8b

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
@@ -53,7 +53,7 @@ jobs:
5353
cp .env.template .env
5454
5555
docker compose --profile prod down
56-
docker compose --profile prod --profile tls up -d
56+
docker compose --profile prod --profile tls up --build -d
5757
5858
docker compose --profile prod ps
5959

0 commit comments

Comments
 (0)