Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega-JC committed Jul 31, 2024
1 parent 4ad44b8 commit 5fd1628
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-to-vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: easingthemes/ssh-deploy@main
with:
SSH_PRIVATE_KEY: ${{ secrets.VPS_SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc --delete -i"
ARGS: "-rlgoDzvc --delete"
REMOTE_HOST: ${{ secrets.VPS_HOST }}
REMOTE_USER: ${{ secrets.VPS_USER }}
TARGET: ${{ secrets.VPS_TARGET }}
Expand All @@ -32,6 +32,9 @@ jobs:
[ -f "compose.yml" ] && echo -n "-f compose.yml " || true; \
[ -f "compose.override.yml" ] && echo -n "-f compose.override.yml " || true )
echo "COMPOSE: $COMPOSE"
ls -la
# Stop, remove, and build the Docker Compose stack
docker compose $COMPOSE stop
docker compose $COMPOSE rm
Expand Down

0 comments on commit 5fd1628

Please sign in to comment.