chore: fix wrong ci path

This commit is contained in:
Sonny
2023-11-20 01:16:32 +01:00
parent 3309f64553
commit b5d70d75d3

View File

@@ -47,6 +47,5 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
cd /my-links
docker pull docker.io/sonny93/my-links:latest
docker compose up -d --force-recreate
cd /home/debian/my-links
docker compose up -d --build