-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 GitHub Actions for Easy Deployment to Reflex Own Deployment Service. #3616
Comments
Is this to deploy it to reflex hosted service, or to your own hosting provider? If you're looking for a github action yourself btw, you can check out mine: https://github.com/dentro-innovation/reflex_template/blob/main/.github/workflows/deploy.yaml |
I mean specifically for reflex.run sites. We need to manually push things. |
true, but it's just one extra command isn't it? |
Yeah. It is the same reason why we wouldn't publish PyPI packages from the host computer instead we do it from the CI/CD |
I would like to suggest setting up GitHub Actions for easy deployment to Reflex Own Deployment Service. We can create a workflow that triggers push events to deploy the latest changes automatically. This will streamline our deployment process and ensure that every push to the main branch results in a new deployment.
The action files will be generated via
reflex init
(enable to generate GitHub workflows by default)Not only the projects generated will be automatically updated but also the 3rd party components be benefitted from this.
The text was updated successfully, but these errors were encountered: