This commit is contained in:
parent
2d418f55e5
commit
aac79ddd91
@ -24,6 +24,8 @@ jobs:
|
||||
hugo \
|
||||
--minify
|
||||
- name: Deploy to Server
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.SSH_KEY }}
|
||||
run: |
|
||||
echo "$SSH_KEY" > /root/.ssh/id_rsa
|
||||
chmod 600 /root/.ssh/id_rsa
|
||||
|
Loading…
Reference in New Issue
Block a user