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

feat(HMS-2369): remove stage old deployment #306

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

amirfefer
Copy link
Member

Part of the containerized frontend process.

@@ -64,7 +64,7 @@ jobs:
Release-to-build:
name: "⛵ Release to build repository"
needs: [build]
if: github.ref_name == 'main' || github.ref_name == 'prod-beta' || contains(github.ref_name, 'stable')
if: github.ref_name == 'prod-beta' || contains(github.ref_name, 'stable')
Copy link
Member

Choose a reason for hiding this comment

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

Lets do both stable and prod together? :)

Suggested change
if: github.ref_name == 'prod-beta' || contains(github.ref_name, 'stable')
if: github.ref_name == 'prod-beta' || github.ref_name == 'prod-stable'

Copy link
Member

@ezr-ondrej ezr-ondrej left a comment

Choose a reason for hiding this comment

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

I guess we could also disable the automatical branch sync, as it would be syncing for no reason:

@amirfefer amirfefer changed the title feat(HMS-2369): remove stage-beta old deployment feat(HMS-2369): remove stage old deployment Aug 30, 2023
Copy link
Member

@ezr-ondrej ezr-ondrej left a comment

Choose a reason for hiding this comment

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

Nice, thank you! 👍

@ezr-ondrej ezr-ondrej merged commit 968ce20 into RHEnVision:main Aug 30, 2023
3 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.

2 participants