diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index abec9b0d8..0c51cbb19 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -133,7 +133,6 @@ jobs: SENDER_EMAIL_ADDRESS: ${{ secrets.SENDER_EMAIL_ADDRESS }} SUPER_USER_PASSWORD: ${{ secrets.SUPER_USER_PASSWORD }} SSH_KEY: ${{ secrets.SSH_KEY }} - KNOWN_HOSTS: ${{ secrets.KNOWN_HOSTS }} CONTENT_SECURITY_POLICY_WILDCARD: ${{ vars.CONTENT_SECURITY_POLICY_WILDCARD }} # SUDO_PASSWORD: ${{ secrets.SUDO_PASSWORD }} # ELASTALERT_SLACK_WEBHOOK: ${{ secrets.ELASTALERT_SLACK_WEBHOOK }} diff --git a/infrastructure/deploy.sh b/infrastructure/deploy.sh index 42879eff0..ff8c10045 100755 --- a/infrastructure/deploy.sh +++ b/infrastructure/deploy.sh @@ -571,7 +571,7 @@ fi echo "Setting up Kibana config & alerts" while true; do - if ssh $SSH_USER@$SSH_HOST -p $SSH_PORT "ELASTICSEARCH_SUPERUSER_PASSWORD=$ELASTICSEARCH_SUPERUSER_PASSWORD HOST=kibana$HOST /opt/opencrvs/infrastructure/monitoring/kibana/setup-config.sh"; then + if ssh $SSH_USER@$SSH_HOST -p $SSH_PORT "ELASTICSEARCH_SUPERUSER_PASSWORD=$ELASTICSEARCH_SUPERUSER_PASSWORD HOST=kibana.$HOST /opt/opencrvs/infrastructure/monitoring/kibana/setup-config.sh"; then break fi sleep 5