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 }} username: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_SSH_KEY }} key: ${{ secrets.DEPLOY_SSH_KEY }}
script: | script: |
cd $DEPLOY_PATH cd /opt/apps/sveltekit-app
docker compose pull docker compose pull
docker compose up -d docker compose up -d
docker image prune -f docker image prune -f
+1 -1
View File
@@ -1,4 +1,4 @@
<h1>Hello, CI/CD is working!!!</h1> <h1>Another quick test...</h1>
<p> <p>
Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the
documentation documentation