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 97105b2 commit 44659e6Copy full SHA for 44659e6
.github/workflows/deploy.yml
@@ -31,5 +31,6 @@ jobs:
31
cd swiftfiddle-runner
32
git pull --rebase origin main
33
34
+ docker-compose pull
35
docker compose up --force-recreate --build --detach
36
docker image prune --force
docker-compose.yml
@@ -1,6 +1,7 @@
1
services:
2
web:
3
image: swiftfiddle/swiftfiddle-runner:latest
4
+ pull_policy: always
5
container_name: swiftfiddle-runner
6
ports:
7
- 80:8000
0 commit comments