Skip to content

Commit

Permalink
fix: check known_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
storytellerF committed Dec 8, 2024
1 parent b6f18d4 commit 0c0e8ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/build_scripts/build-service-on-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ if [ ! -f ~/.ssh/known_hosts ]; then
touch ~/.ssh/known_hosts
fi


ssh-keyscan -H acommunity.link >> ~/.ssh/known_hosts

HOST_TYPE=local \
Expand Down
2 changes: 1 addition & 1 deletion scripts/service_scripts/build-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ else
else
echo "$FILE already exists. Skipping docker image build."
fi
cat ./scripts/service_scripts/push-image-to-remote.sh "$REMOTE_URI" "$REMOTE_CERT_FILE" "$REMOTE_COMMAND $FLAVOR"
./scripts/service_scripts/push-image-to-remote.sh "$REMOTE_URI" "$REMOTE_CERT_FILE" "$REMOTE_COMMAND $FLAVOR"
fi

0 comments on commit 0c0e8ee

Please sign in to comment.