Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
ce252540da
commit
2d037fc356
|
@ -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 }}."
|
||||||
|
|
Loading…
Reference in New Issue