Update .gitea/workflows/deploy.yml

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

View File

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