Gamify-IT / issues

fishing basin for all issues in this organization
Other
0 stars 0 forks source link

run-config: development deployment on goulburn #372

Closed madebyTimo closed 1 year ago

madebyTimo commented 1 year ago

Description

Currently we have no possibility to test our applications on the Docker server without merging them in main. Especially with towercrush it would be nice to be able to test it on the docker-server without merging it into main. Therefor we create a development branch.

DoD

madebyTimo commented 1 year ago

I created an action that tags a docker image with development on every branch except main. So while development the development image is released on every pushed commit. This will be a problem if we develop on two branches. If this is the case and the development deployment is needed we can simply disable the action for the branch not needing the development deployment.