We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f0cbb commit 0d6ef8bCopy full SHA for 0d6ef8b
.github/workflows/deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
cp .env.template .env
54
55
docker compose --profile prod down
56
- docker compose --profile prod --profile tls up -d
+ docker compose --profile prod --profile tls up --build -d
57
58
docker compose --profile prod ps
59
0 commit comments