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