fix(deploy-preprod file)
Some checks failed
Deploy Roxane to Preprod / deploy (push) Failing after 11s

This commit is contained in:
2025-12-21 13:19:41 +01:00
parent eacb6dff58
commit e48061c252

View File

@@ -40,14 +40,9 @@ jobs:
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -p "$SSH_PORT" "$SSH_HOST" >> ~/.ssh/known_hosts ssh-keyscan -6 -p "$SSH_PORT" "$SSH_HOST" >> ~/.ssh/known_hosts
case "$SSH_HOST" in echo "SSH_HOST_SSH=$SSH_HOST" >> "$GITEA_ENV"
*:*) SSH_HOST_SSH="[$SSH_HOST]" ;;
*) SSH_HOST_SSH="$SSH_HOST" ;;
esac
echo "SSH_HOST_SSH=$SSH_HOST_SSH" >> "$GITEA_ENV"
- name: Deploy Roxane to preprod - name: Deploy Roxane to preprod
env: env: