Skip to content

fix: Update environment variable in CI/CD workflows for ms-tenants microservice#5

Merged
codedesignplus merged 1 commit intomainfrom
dev
Apr 22, 2025
Merged

fix: Update environment variable in CI/CD workflows for ms-tenants microservice#5
codedesignplus merged 1 commit intomainfrom
dev

Conversation

@codedesignplus
Copy link
Collaborator

This pull request updates the GitHub Actions workflows to make the deployment environment configurable for the CD workflow and to set the environment to "Development" for the CI workflow. These changes improve flexibility and ensure the correct environment is used for each workflow.

Updates to the CD workflow (.github/workflows/cd.yml):

  • Made the deployment environment configurable by replacing the hardcoded "Staging" value with ${{ github.event.inputs.environment }} in multiple steps. This allows the environment to be dynamically set based on workflow inputs. [1] [2] [3]

Updates to the CI workflow (.github/workflows/ci.yml):

  • Changed the environment from "Staging" to "Development" in the CI workflow to align with the intended testing environment. [1] [2]

@codedesignplus codedesignplus merged commit b578036 into main Apr 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant