https://github.com/markdouthwaite/google-cloud-run-python-job
A template repository for a simple 'production ready' Google Cloud Run Job running Python 3.9+
https://github.com/markdouthwaite/google-cloud-run-python-job
cloud-run cloud-run-jobs google-cloud-platform python template
Last synced: 3 months ago
JSON representation
A template repository for a simple 'production ready' Google Cloud Run Job running Python 3.9+
- Host: GitHub
- URL: https://github.com/markdouthwaite/google-cloud-run-python-job
- Owner: markdouthwaite
- License: mit
- Created: 2023-01-21T13:22:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T14:05:43.000Z (over 2 years ago)
- Last Synced: 2025-03-19T22:05:08.180Z (3 months ago)
- Topics: cloud-run, cloud-run-jobs, google-cloud-platform, python, template
- Language: Dockerfile
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-cloud-run-python-job
This repository provides a template to quickly get a Cloud Run Job tested and deployed
with a GitHub Actions-powered CI/CD pipeline.For more information on how to configure the GitHub Actions provided, check out [the
Notion guide](https://eastern-diagnostic-580.notion.site/Set-up-CI-CD-for-Google-Cloud-Run-with-Github-Actions-de0624a66b244d829517c9bf77c89dcb).When you're done, check out the `teardown.sh` [script](scripts/teardown.sh) which will
remove any deployed resources you may have.