regostar / eventique

AI Enhanced Event Planning
MIT License
1 stars 2 forks source link

Task : CD deploy frontend and backend docker files #121

Open regostar opened 5 months ago

regostar commented 5 months ago

The task is to Continuously deploy to the Google Cloud Run (Serverless env) when we merge to main or develop. The server should be automatically restarted.

Command to push backend to Google cloud run

TO PUSH TO CLOUD RUN:-

docker build -t us-south1-docker.pkg.dev/bamboo-theorem-415222/eventique-backend/backend-web -f Dockerfile --platform linux/x86_64 .

docker push us-south1-docker.pkg.dev/bamboo-theorem-415222/eventique-backend/backend-web

regostar commented 5 months ago

Used Google Cloud Build