Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
aziis98 committed Nov 3, 2024
1 parent 3a55e18 commit 443f6d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-poisson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
- name: Write SSH keys
run: |
install -m 600 -D /dev/null ~/.ssh/id_ed25519_github
install -m 600 -D /dev/null ~/.ssh/id_ed25519_github.pub
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519_github
echo "${{ secrets.SSH_PUBLIC_KEY }}" > ~/.ssh/id_ed25519_github.pub
echo "${{ secrets.SSH_PUBLIC_KEY }}" >> ~/.ssh/known_hosts
- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 443f6d4

Please sign in to comment.