This topic was automatically generated from Slack. You can find the original thread here.
hi all - is there a recommended method on managing multiple environments (and versions of workflows)?
currently we’re using a project per environment, with same variable names across projects
however we’re finding it difficult to keep the workflows and custom code in sync across projects, and to have an autoamted deploy/release flow (we use Github actions for CI/CD)
we have 4 environments:
• production,
• staging (production-like - differs only data + configuration from production)
• development (shared, volatile)
• local
thanks!