Closed bcollard closed 4 months ago
Thanks for the review. All suggestions were applied.
@bcollard - is this PR ready to be merged?
Hey! Sorry about the delay! Yes, it's ready for another round of review.
Summary:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
If everything works and it's complete ping me and I'll merge it
The requested changes were applied. Sorry about the messy commit history! Will do more granular PRs next time 🙏 Don't hesitate to squash the commits, if possible on merge action.
Signed-off-by: Baptiste Collard 9626829+bcollard@users.noreply.github.com
Add DNS lookup for the PostgreSQL DB and improve logging for the backend nodejs app.