From 3f56488c948201dde95bfaae7cafdd12ba9df72d Mon Sep 17 00:00:00 2001 From: ciatph Date: Sun, 29 Sep 2024 17:49:31 +0800 Subject: [PATCH] chore: update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 039d373..2b39409 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,12 @@ https://hub.docker.com/r/ciatphdev/firebase-users-server/tags | DOCKERHUB_USERNAME | Docker Hub username | | DOCKERHUB_TOKEN | Deploy token for the Docker Hub account | +2. Create Release/Tag from the `master` branch to trigger deployment to the **production** environment: + - Deploy front end (React) to Firebase Hosting + - Build and push Docker images to Docker Hub + +3. Inspect the contents of the `.github/workflows/release.yml` for reference. + ## References [[1]](https://docs.docker.com/compose/reference/) - docker compose commands