Skip to content

Commit

Permalink
Generalize 'TARGET' field in deploy-to-vps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega-JC committed Jul 28, 2024
1 parent 4173e2d commit 6e9a742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.VPS_SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ secrets.VPS_HOST }}
REMOTE_USER: ${{ secrets.VPS_USER }}
TARGET: /root/
TARGET: "~"
SCRIPT_AFTER: |
cp ~/config.py ~/PygameCommunityBot/config.py
cp ~/.env ~/PygameCommunityBot/.env
Expand Down

0 comments on commit 6e9a742

Please sign in to comment.