Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Deploy (push) Failing after 0s Details

This commit is contained in:
Alice 2024-07-08 20:06:40 -03:00
parent bd8a6c653f
commit 52cd084528
1 changed files with 1 additions and 1 deletions

View File

@ -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