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

Set up CI/CD #378

Closed
kdmnk opened this issue Dec 20, 2023 · 1 comment
Closed

Set up CI/CD #378

kdmnk opened this issue Dec 20, 2023 · 1 comment
Labels
server-config Issues with deployment and containerization

Comments

@kdmnk
Copy link
Contributor

kdmnk commented Dec 20, 2023

Use the 'release' or 'deployment' branch for continuous delivery (whenever we push, the server updates automatically)

A proper push flow could be 'feature-related-branch' -> 'development' (-> 'staging') -> 'release'

@kdmnk kdmnk added the server-config Issues with deployment and containerization label Dec 20, 2023
@horcsinbalint horcsinbalint changed the title Set up CI/CD with Github Actions Set up CI/CD Feb 27, 2024
@horcsinbalint
Copy link
Member

I have created a cronjob that polls every minute if there have been changes on the staging and deployment branches, and deploys them if needed. So in practice we have continous deployment. #444 superseeds this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server-config Issues with deployment and containerization
Projects
None yet
Development

No branches or pull requests

2 participants