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

Update wunderDb CI/CD Workflows #138

Merged
merged 1 commit into from
Aug 6, 2023
Merged

Update wunderDb CI/CD Workflows #138

merged 1 commit into from
Aug 6, 2023

Conversation

TanmoySG
Copy link
Owner

@TanmoySG TanmoySG commented Aug 6, 2023

Update wunderDb CI/CD Workflows 81c1dde

Merge pull request #136 from TanmoySG/fix-workflow

In this PR, I updated the workflow to run as dependent steps.

  • wdb-tag-deploy workflow is run when a tag is pushed
    • ci job does on the Go CI/CD tasks
    • ghrc-publish job publishes image to ghrc.io, only if ci runs fine
    • gorelease job creates release and publishes the brew binary (using go-releaser) only if ghrc-publish runs successfulyy
  • fly-deploy workflow runs only if wdb-tag-deploy and all its jobs run fine without any issues and deploys to fly.io
  • go-ci runs for all PRs and pushes
  • codeql-analysis runs for all PR and pushed and also on schedule

@TanmoySG TanmoySG merged commit 5501c97 into main Aug 6, 2023
3 checks passed
@TanmoySG TanmoySG deleted the fix-workflow-2 branch August 6, 2023 19:31
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.

[CI/CD] Fix Workflow
1 participant