Update .gitea/workflows/deploy.yml

This commit is contained in:
Alice 2024-07-08 21:11:13 -03:00
parent 2d037fc356
commit effe610f49
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ jobs:
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 aliceclass 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 aliceclass 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 }}."