Skip to content

Commit 8d74f3b

Browse files
author
PandaDiestro
authored
Update deploy.yml
1 parent 4060377 commit 8d74f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- name: ssh setup
1111
run: |
1212
mkdir -p ~/.ssh/
13+
chmod 700 ~/.ssh/
1314
eval "$(ssh-agent -s)"
1415
echo "${{ secrets.SSH_PRIVKEY }}" | tr -d '\r' > ~/.ssh/id_rsa
1516
echo "${{ secrets.SSH_PUBKEY }}" | tr -d '\r' > ~/.ssh/id_rsa.pub

0 commit comments

Comments
 (0)