Update .gitea/workflows/deploy.yml

This commit is contained in:
Alice 2024-07-08 20:10:04 -03:00
parent a1232668f3
commit ce252540da
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
chmod 600 /tmp/ssh_private_key
mv _site alice
scp -o "StrictHostKeyChecking no" -i /tmp/ssh_private_key -P ${{ secrets.SSH_PORT_ALICE }} 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 }}."