It should be moved to Firebase hosting, but I will do it after all applications will be on github actions
React application for displaying the status of various services.
This application is deployed on Google Cloud Run in the PTProjectsWeb project.
- Primary Custom Domain: https://servicestatus.productivitytools.top
- Cloud Run URL: https://ptservicestatus-309299231472.us-central1.run.app/
- Firebase Hosting (Fallback/Alternative): https://pt-servicestatus.web.app/
To build the Docker image locally:
sudo docker build -t serverstatus .To run the container locally:
sudo docker run -d -p 3000:80 react-applicationTo build and push the image to Google Cloud Artifact Registry:
gcloud builds submit -t us-central1-docker.pkg.dev/ptservicestatus/ptservicestatusdockerrepository/ptservicestatus ./