ocadotechnology / codeforlife-deploy-appengine

Other
4 stars 27 forks source link

feat: Deploy any branch #250

Closed razvan-pro closed 3 years ago

razvan-pro commented 3 years ago

Description

Branches can be specified when running the "Deploy to Dev" workflow - these will be built and deployed instead of the latest versions of each project.

Note: For aimmo, the Docker images from the specified branch will not be deployed at the moment. This will be done in the future.

Motivation and Context

This allows us to easily deploy to the dev environment branches that are not ready to be merged yet.

How Has This Been Tested?

Did some test branches in the projects, typed their name in the inputs and checked the changes were deployed to dev.

Screenshots (if appropriate):

image


This change is Reviewable