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

Evaluate cloud deployment platforms #457

Open
kvchitrapu opened this issue Feb 21, 2023 · 0 comments
Open

Evaluate cloud deployment platforms #457

kvchitrapu opened this issue Feb 21, 2023 · 0 comments
Assignees
Labels
type:backend Python, Flask, etc.

Comments

@kvchitrapu
Copy link
Collaborator

SQLite on local disk puts constraints CICD options. GitHub has stringent requirements on PR triggered by public forks. One of them is self-hosted github actions cannot be automatically triggered from a public fork PR.

These problems are readily solved in vercel, render, or fly cloud deployment platforms. The prereq for these:

  1. should use their spec instead of docker compose
  2. easy if there are no local disk requirements.

To Do

Fly.io

  1. Convert docker compose to fly.io spec
  2. Migrate SQL alchemy URI to postgres and test
  3. Deploy and test on Fly.io

Vercel

  1. Migrate SQL alchemy URI to postgres and test
  2. Deploy and test on vercel
  3. TBD

Render

  1. TBD
@kvchitrapu kvchitrapu added the type:backend Python, Flask, etc. label Feb 21, 2023
@kvchitrapu kvchitrapu self-assigned this Feb 21, 2023
@kvchitrapu kvchitrapu changed the title Evaluate postgres cloud service Evaluate cloud deployment platforms Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:backend Python, Flask, etc.
Projects
None yet
Development

No branches or pull requests

1 participant