pulumi / circleci

CircleCI Orbs for CI/CD using Pulumi.
Apache License 2.0
20 stars 15 forks source link

[Feature Request] Add support to `ci.json` #2

Closed iagomelanias closed 4 years ago

iagomelanias commented 5 years ago

Hi! 👋 Currently, the Pulumi Actions has a different behavior.

  1. It automatically determines the stack name by using the ci.json file.
  2. If it's a pull request, it uses the target branch name.

It would be great to have these same features here, so we don't need to write multiple jobs for every stack. 😅

chrsmith commented 5 years ago

Sounds like a good thing to add, obviously having a single way to map Pulumi stacks and CI/CD workflows is the way to go. 👍