AkrosAG / Akros-Marketplace

Apache License 2.0
3 stars 5 forks source link

Build once, deploy to multiple environments #265

Open TimmyAeberli opened 1 year ago

TimmyAeberli commented 1 year ago

As a DevOps/Developer i want to be able to build the application once and deploy it to multiple environments (Dev, Test, Staging, Prod), so that i can use the same build-artifact in each environment without the need to rebuild it.

Acceptance criteria:

Examples of deployment

  1. A docker-compose configuration might look like in the picture below

docker-compose-b

  1. A Terraform configuration with azure provider using a module to build a linux-web-app might look like this:

terraform-azure-b

In both cases the same built-artifact can be used and parameters are passed in runtime.