Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StaticFX committed Jan 2, 2025
1 parent 8a8a4e6 commit cfd9ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Add server's SSH public key to known_hosts
run: |
mkdir -p ~/.ssh
echo "${{secrets.SSH_PUBLIC_KEY}}" >> ~/.ssh/known_hosts
chmod 644 ~/.ssh/known_hosts
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
- name: Deploy application
run: |
Expand Down

0 comments on commit cfd9ecb

Please sign in to comment.