Skip to content

Commit

Permalink
fix(ci): .ssh directory doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed May 6, 2024
1 parent 285065d commit 8ee76af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
fi
# Save the private key to a file
mkdir -p ~/.ssh
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
Expand Down

0 comments on commit 8ee76af

Please sign in to comment.