Update .gitea/workflows/deploy.yml

This commit is contained in:
Alice 2024-07-08 20:07:05 -03:00
parent d28e8497e9
commit a1232668f3
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 }}."
- name: Deploy to alice
- run: |
run: |
echo "${{ secrets.SCP_KEY_ALICE }}" > /tmp/ssh_private_key
chmod 600 /tmp/ssh_private_key
mv _site alice