Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Deploy (push) Failing after 0s
Details
Gitea Actions Demo / Deploy (push) Failing after 0s
Details
This commit is contained in:
parent
bd8a6c653f
commit
52cd084528
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: bundle exec jekyll build
|
run: bundle exec jekyll build
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
- name: Deploy
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue