Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Deploy (push) Successful in 1m39s
Details
Gitea Actions Demo / Deploy (push) Successful in 1m39s
Details
This commit is contained in:
parent
e8859af43c
commit
cdd9b8515e
|
@ -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 }}."
|
||||
|
|
Loading…
Reference in New Issue