Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Deploy (push) Failing after 1m19s
Details
Gitea Actions Demo / Deploy (push) Failing after 1m19s
Details
This commit is contained in:
parent
52cd084528
commit
e8859af43c
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
- name: Deploy to alice
|
- name: Deploy to alice
|
||||||
- run: |
|
run: |
|
||||||
echo "${{ secrets.SCP_KEY_ALICE }}" > /tmp/ssh_private_key
|
echo "${{ secrets.SCP_KEY_ALICE }}" > /tmp/ssh_private_key
|
||||||
chmod 600 /tmp/ssh_private_key
|
chmod 600 /tmp/ssh_private_key
|
||||||
mv _site alice
|
mv _site alice
|
||||||
|
|
Loading…
Reference in New Issue