Skip to content

Commit

Permalink
broken typo
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold committed Mar 26, 2024
1 parent a499265 commit 9c436e9
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 @@ -20,7 +20,7 @@ jobs:
SSH_HOST: ${{ secrets.SSH_HOST }}
SSH_USER: ${{ secrets.SSH_USER }}
run: |
kdir -p ~/.ssh/
mkdir -p ~/.ssh/
echo "$SSH_PRIVATE_KEY" > ~/.ssh/github
chmod 600 ~/.ssh/github
cat >>~/.ssh/config <<END
Expand Down

0 comments on commit 9c436e9

Please sign in to comment.