Update .gitea/workflows/deploy.yml
Gitea Actions Demo / Deploy (push) Failing after 0s
Details
Gitea Actions Demo / Deploy (push) Failing after 0s
Details
This commit is contained in:
parent
474e4507fa
commit
bd8a6c653f
|
@ -29,9 +29,9 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
- 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 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 }} 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