Skip to content

Commit 90f8eee

Browse files
committed
Fix: deploy.xml file
1 parent 61b26e7 commit 90f8eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
ssh-keyscan -H $HOST >> ~/.ssh/known_hosts
123123
124124
# Run verification with longer timeout
125-
if ssh -i ~/.ssh/deploy_key $USER@$HOST << 'ENDSSH'
125+
if ssh -q -i ~/.ssh/deploy_key $USER@$HOST << 'ENDSSH'
126126
set -euo pipefail
127127
128128
echo "Waiting for application to deploy (this can take up to 2 minutes)..."

0 commit comments

Comments
 (0)