Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
d28e8497e9
commit
a1232668f3
|
@ -28,7 +28,7 @@ jobs:
|
|||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
- name: Deploy to alice
|
||||
- run: |
|
||||
run: |
|
||||
echo "${{ secrets.SCP_KEY_ALICE }}" > /tmp/ssh_private_key
|
||||
chmod 600 /tmp/ssh_private_key
|
||||
mv _site alice
|
||||
|
|
Loading…
Reference in New Issue