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

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

View File

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