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