An open API service indexing awesome lists of open source software.

https://github.com/abhi-bhatra/python-gcp-testingworkflow

Deploy Simple Flask Application to GCP Workflow using Docker
https://github.com/abhi-bhatra/python-gcp-testingworkflow

devops docker flask github-actions python

Last synced: 2 months ago
JSON representation

Deploy Simple Flask Application to GCP Workflow using Docker

Awesome Lists containing this project

README

          

# Python-GCP-TestingWorkflow
> Here we are creating a workflow to deploy the App to Google Cloud Run Directly.

Steps to Deploy:
1. Create a DOckerfile for the App you want to deploy.
2. Build and test the Dockerfile in locals first.
3. Use `docker build -t .`
4. Use `docker run -p : `
5. If the App is working perfectly in the Local, deploy the code to the repositroy to trigeer the workflow.
6. You don't need to trigger workflow put the workflow in `.github/workflows/` folder.
7. Create the secrets in GitHub Secrets. Take the variables from GitHub Actions and store in GitHub secrets