Skip to content

Commit

Permalink
chore(ci/cd): update secret on workflow vps
Browse files Browse the repository at this point in the history
  • Loading branch information
lgcarlinf committed Oct 4, 2024
1 parent c866633 commit c6fd75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup SSH
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.SSH_VPS }}
ssh-private-key: ${{ secrets.VPS_SSH }}

- name: Deploy to VPS
run: |
Expand Down

0 comments on commit c6fd75e

Please sign in to comment.