Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
ssh-private-key secret formatted incorrectly, fixed
  • Loading branch information
EricSvebakk authored Mar 6, 2024
1 parent 4c4eb85 commit db73b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up SSH connection
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_TEMP_SERVER_PRIVATE_KEY }}
ssh-private-key: ${{ secrets.TEMP_SERVER_SSH_PRIVATE_KEY }}

- name: Connect and deploy
run: |
Expand Down

0 comments on commit db73b90

Please sign in to comment.