diff --git a/.gitea/workflows/deploy-preprod.yml b/.gitea/workflows/deploy-preprod.yml index 4af5e77..6f44ea7 100644 --- a/.gitea/workflows/deploy-preprod.yml +++ b/.gitea/workflows/deploy-preprod.yml @@ -52,9 +52,9 @@ jobs: run: | set -e - ssh -o StrictHostKeyChecking=yes \ + ssh -6 -o StrictHostKeyChecking=yes \ -p "$SSH_PORT" \ - "$SSH_USER@$SSH_HOST_SSH" <