Skip to content

Commit

Permalink
Remove ssh-setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGabreuw authored Dec 30, 2023
1 parent 8f83c6d commit 25f718b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- shell: bash
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
MY_ZETTELKASTEN_URL: ${{ secrets.MY_ZETTELKASTEN_URL }}
run: |
git clone "$MY_ZETTELKASTEN_URL" content
ssh-agent sh -c 'echo "$SSH_PRIVATE_KEY" | ssh-add - && git clone "$MY_ZETTELKASTEN_URL" content'
- uses: actions/setup-node@v3
with:
node-version: 18.14
Expand Down

0 comments on commit 25f718b

Please sign in to comment.