Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build (CI) and Publish (CD) Infra #8

Merged
merged 16 commits into from
Aug 26, 2024
Merged

Conversation

ronaldo-macapobre
Copy link

Pull Request for JIRA Ticket: JASPER-93

Issue ticket number and link

https://jag.gov.bc.ca/jira/browse/JASPER-93

Description

  • Changes are initial code changes to be able to test and debug new actions that does not exist in master branch.
  • The build-infra.yml is triggered when a PR is created targeting the master branch. This serves as the CI for the infra code and ensures that the pushed code is free of compile errors and static code bugs.
  • The publish-infra.yml is triggered when PR is merged to the master branch. This serves as the CD for the infra code, runs the CI workflow and deploy changes to the target environment. This workflow is can also be used to deploy the code changes to TEST or PROD environments.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Copy link

@amlanc1 amlanc1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@WadeBarnes WadeBarnes merged commit 0ab6a02 into master Aug 26, 2024
2 checks 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.

3 participants