EmerisHQ / demeris-backend

Monorepo containing all the Demeris backend code and infrastructure definitions.
GNU Affero General Public License v3.0
8 stars 1 forks source link

ci: add generic action to deploy images #743

Closed Pitasi closed 2 years ago

Pitasi commented 2 years ago

This PR adds an action that can be triggered manually by filling some fields, and can be used to deploy any image to dev, staging and ⚠️ prod ⚠️.

My idea would then be to reuse this action by calling it from deploy-image-on-dev.yml instead of having duplicate code.