We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b26e7 commit 90f8eeeCopy full SHA for 90f8eee
1 file changed
.github/workflows/deploy.yml
@@ -122,7 +122,7 @@ jobs:
122
ssh-keyscan -H $HOST >> ~/.ssh/known_hosts
123
124
# Run verification with longer timeout
125
- if ssh -i ~/.ssh/deploy_key $USER@$HOST << 'ENDSSH'
+ if ssh -q -i ~/.ssh/deploy_key $USER@$HOST << 'ENDSSH'
126
set -euo pipefail
127
128
echo "Waiting for application to deploy (this can take up to 2 minutes)..."
0 commit comments