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

Enable the registry automation in prod #254

Merged
merged 8 commits into from
Aug 22, 2024

Conversation

codingkarthik
Copy link
Collaborator

This PR copies the registry-automation GitHub workflow (that deploys to staging) to registry-automation-prod . This workflow will only run when there is a push to the main branch.

paths:
- registry/**

jobs:
update_registry_db:
runs-on: ubuntu-latest
environment: staging
environment: production
Copy link
Member

Choose a reason for hiding this comment

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

Did we make this change to test prod before merging the PR?

Copy link
Collaborator Author

@codingkarthik codingkarthik Aug 22, 2024

Choose a reason for hiding this comment

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

Yes, I tested the registry-updates-prod.yaml workflow here! It is working correctly.

@codingkarthik codingkarthik merged commit 1764219 into main Aug 22, 2024
@codingkarthik codingkarthik deleted the kc/prod-registry-automation-in-prod branch August 22, 2024 12:32
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