You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added fly.io template files for a deployable Dockerfile and Github
actions.
> Why was this change necessary?
Spin up a hosted development environment fast.
> How does it address the problem?
Adds fly.io as an optional deployment destination.
> Are there any side effects?
The local and dev Dockerfiles do not have the same configuration that
Fly.io expects. When deploying the `dev` Dockerfile, Fly.io deploys hang
due to the `entrypoint` script running the gunicorn command which never
exits. Therefore a separate `compose/fly` folder has the necessary
changes to pass the build process.
Addresses #466
---------
Co-authored-by: Suneet Choudhary <suneet@fueled.com>
No description provided.
The text was updated successfully, but these errors were encountered: