tengo rsync?
Some checks failed
CD for startPage / build (push) Successful in 9s
CD for startPage / deploy (push) Failing after 8s

This commit is contained in:
2023-07-01 01:31:56 -04:00
parent c1f2f5486f
commit faaea4b1d2

View File

@@ -25,6 +25,7 @@ jobs:
- name: Configure Server
run: |
echo "${{ secrets.SERVER_PRIVATE_KEY }}" > private_key && chmod 600 private_key
rsync -h
ssh -o StrictHostKeyChecking=no -i private_key ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT || 22 }} '
ls -al /
'