Skip to content

Commit

Permalink
fix: ssh key write
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 19, 2023
1 parent 96f6bbd commit 63120aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
echo "Missing deploy credentials"
else
# install ssh key
mkdir ~/.ssh
echo "$SSH_KEY" >> ~/.ssh/id_rsa
chmod -R 600 .ssh
# perform copy
rsync -avvz build/ $SSH_USERNAME@$SSH_HOST:$DEPLOY_PATH
Expand Down

0 comments on commit 63120aa

Please sign in to comment.