-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment Workflow
Cecilia Wong edited this page Apr 6, 2024
·
8 revisions
Name: Docker CI/CD
Configuration file: main.yml
Upon a push request to master, builds a Docker image and update the master tag image at Docker Hub with it.
- Checkout the source to a temporary work folder for GitHub workflows.
- Run all tests.
- Build a Docker image.
- Push the image to Docker Hub using the
mastertag.
Name: python-webservice-demo: deploy master image
When an image is pushed to Docker Hub with the master tag, a deployment to Render is triggered using the web service's Deploy Hook.
Therefore, this webhook is triggered as a result of the aforementioned GitHub workflow.