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

This commit is contained in:
Alice 2024-07-08 21:07:13 -03:00
parent cdd9b8515e
commit 7ffff854e7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
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 aliceclass
scp -o "StrictHostKeyChecking no" -i /tmp/ssh_private_key -P ${{ secrets.SSH_PORT_ALICE }} -r alice act_runner@alice.ufsj.edu.br:/var/www/html scp -o "StrictHostKeyChecking no" -i /tmp/ssh_private_key -P ${{ secrets.SSH_PORT_ALICE }} -r alice act_runner@alice.ufsj.edu.br:/var/www/html
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."