fix: ci
Some checks failed
Deploy to SFTP Server / build (push) Failing after 5m52s

This commit is contained in:
max_richter 2024-04-07 20:53:23 +02:00
parent 015acaf14d
commit 93bb879baf

View File

@ -66,7 +66,7 @@ jobs:
- name: 🚀 Deploy Changed Files via rsync
run: |
rsync -avz -e "ssh -p ${SSH_PORT}" ./dist/ ${SSH_USER}@${SSH_HOST}:${REMOTE_DIR}
rsync -avz -e "ssh -o StrictHostKeyChecking=no -p ${SSH_PORT}" ./dist/ ${SSH_USER}@${SSH_HOST}:${REMOTE_DIR}
env:
SSH_HOST: ${{ vars.SSH_HOST }}
SSH_PORT: ${{ vars.SSH_PORT }}