Skip to content

Commit

Permalink
chore(fix): add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ndu committed Aug 17, 2024
1 parent 3afed7b commit 5e971d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy to VPS
uses: appleboy/ssh-action@v1
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USERNAME }}
Expand Down

0 comments on commit 5e971d7

Please sign in to comment.