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

CI/CD | Build and Deploy Workflows #24

Merged
merged 2 commits into from
Oct 6, 2024
Merged

CI/CD | Build and Deploy Workflows #24

merged 2 commits into from
Oct 6, 2024

Conversation

mertssmnoglu
Copy link
Member

This pull request introduces two new GitHub Actions workflows to automate the build and deployment processes for the project.

Workflows

  • Build: It will exit with status code if something went wrong on build. Useful for detecting PRs that includes breaking changes.
  • Deploy: When a commit pushed to the main branch it will automatically deploy the latest changes to the GitHub Pages.

@mertssmnoglu mertssmnoglu added the ci-cd CI/CD label Oct 6, 2024
@mertssmnoglu mertssmnoglu added this to the v1.0: Initial Release milestone Oct 6, 2024
@mertssmnoglu mertssmnoglu self-assigned this Oct 6, 2024
@mertssmnoglu mertssmnoglu merged commit 265b370 into main Oct 6, 2024
1 check passed
mertssmnoglu added a commit that referenced this pull request Oct 6, 2024
* ci: Add build github action

* cd: Add deploy github action
@mertssmnoglu mertssmnoglu deleted the ci-cd branch October 6, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant