-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Deployment of the website code should be configured. Workflow is:
- writing code on localhost
- push the code to GitHub
- webhook is pushing code to agent VM
- the code is building and wrapping into docker image on the agent VM
- docker image is uploading to docker registry
- docker image is pulling from the docker registry to production VM
- docker image is rolling outs on production VM