broken typo
This commit is contained in:
parent
a49926500e
commit
9c436e9ed2
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue