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: add a job that does git push staging branch #151

Merged
merged 2 commits into from
May 15, 2023
Merged

Conversation

artsyjian
Copy link
Contributor

@artsyjian artsyjian commented May 15, 2023

To support an immediate use case of Fulcrum pipeline's Staging CI step doing git push to staging branch.

This Git push is already provided by Hokusai orb as part of deploy-staging job but the job also does Kubernetes deploy which we don't want for Fulcrum.

So let the orb have a distinct step for git push to staging branch.

The job is tested on hokusai-sandbox project.

@artsyjian artsyjian requested a review from a team May 15, 2023 15:53
src/hokusai/hokusai.yml Outdated Show resolved Hide resolved
@cavvia
Copy link

cavvia commented May 15, 2023

Thanks for this! I'm assuming CD will handle the publishing step but lmk if there's anything manual we need to run.

@artsyjian
Copy link
Contributor Author

Thanks for this! I'm assuming CD will handle the publishing step but lmk if there's anything manual we need to run.

All automated. Merging into main will publish the canonical version. And projects already point to latest canonical orb versions (volatile).

@cavvia cavvia merged commit f3a9cde into main May 15, 2023
@cavvia cavvia deleted the artsyjian/hokusai branch May 15, 2023 16:49
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