Skip to content

Commit 5fd1628

Browse files
committed
Test commit
1 parent 4ad44b8 commit 5fd1628

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-to-vps.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: easingthemes/ssh-deploy@main
1818
with:
1919
SSH_PRIVATE_KEY: ${{ secrets.VPS_SSH_PRIVATE_KEY }}
20-
ARGS: "-rlgoDzvc --delete -i"
20+
ARGS: "-rlgoDzvc --delete"
2121
REMOTE_HOST: ${{ secrets.VPS_HOST }}
2222
REMOTE_USER: ${{ secrets.VPS_USER }}
2323
TARGET: ${{ secrets.VPS_TARGET }}
@@ -32,6 +32,9 @@ jobs:
3232
[ -f "compose.yml" ] && echo -n "-f compose.yml " || true; \
3333
[ -f "compose.override.yml" ] && echo -n "-f compose.override.yml " || true )
3434
35+
echo "COMPOSE: $COMPOSE"
36+
ls -la
37+
3538
# Stop, remove, and build the Docker Compose stack
3639
docker compose $COMPOSE stop
3740
docker compose $COMPOSE rm

0 commit comments

Comments
 (0)