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

Fixed CI/CD #16

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Fixed CI/CD #16

merged 1 commit into from
Dec 4, 2023

Conversation

Fosol
Copy link
Contributor

@Fosol Fosol commented Dec 4, 2023

Fixed various pipeline issues and scripting bugs.

Added new scripts to build/push/deploy.

# Build image
bash do oc-build db latest

# Push image to Openshift registry
bash do oc-push db latest

# Deploy image to Openshift environment
bash do oc-deploy db latest dev

Github Action for CI/CD now handles conditional build/deploy. Automatically tags and pushes new images to Openshift.

@Fosol Fosol added bug Something isn't working enhancement New feature or request labels Dec 4, 2023
@Fosol Fosol self-assigned this Dec 4, 2023
@@ -6,7 +6,7 @@

# review when someone opens a pull request.

- @Fosol
- @Fosol @wkaspryk
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will, you should now get emails when a PR is created.

uses: dorny/paths-filter@v2
id: filter
with:
filters: |
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Conditions to control which steps are run.

@Fosol Fosol merged commit debcd1f into bcgov:main Dec 4, 2023
1 check passed
@Fosol Fosol deleted the test branch December 4, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant