This commit is contained in:
Torben Schaffhauser
2026-06-17 16:22:47 +02:00
parent 9baef1d26c
commit a14f753f2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_SSH_KEY }}
script: |
cd $DEPLOY_PATH
cd /opt/apps/sveltekit-app
docker compose pull
docker compose up -d
docker image prune -f