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
- Host: GitHub
- URL: https://github.com/abhi-bhatra/python-gcp-testingworkflow
- Owner: abhi-bhatra
- Created: 2021-11-15T10:55:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T08:03:28.000Z (over 4 years ago)
- Last Synced: 2025-01-16T13:26:44.265Z (over 1 year ago)
- Topics: devops, docker, flask, github-actions, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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