WIP
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h1>Hello, CI/CD is working!!!</h1>
|
||||
<h1>Another quick test...</h1>
|
||||
<p>
|
||||
Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the
|
||||
documentation
|
||||
|
||||
Reference in New Issue
Block a user