-
Notifications
You must be signed in to change notification settings - Fork 125
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
Deployment to Fly.io #23
Comments
Hey! Have you checked out this guide? We use the exact same deployment setup for the editable.website template. https://www.postowl.com/docs/administration-guide/deploy/ Please have a look and let me know if it worked for you. Will also test and update the README here, just a bit short on time atm. PS: We are working on making deployments super easy, so even non technical people can deploy and update an "editable website". |
My work-around solution was to run build locally and remove the build step from the Docker file and /build from dockerignore. Without doing so, every fly deploy after the initial one would not build. Loving the setup, tho. Have an in-progress site at https://nwahlc.fly.dev |
start deploy with this command
https://denemedeploy1234.fly.dev/login and go url but icant login with 1234 |
Followed the instructions step by step but never got it running, all I get is uh... nothing. After running fly deploy as shown in the readme.md everything looks fine in the terminal except this near the end :
Does this means something to anybody ? |
Weird error. Mhh, can you try deploy the postowl app, instead of editable.website? https://www.postowl.com/docs/administration-guide/deploy/ It's possible that I missed migrating some changes to README. Let me know if deploying postowl worked for you. |
Currently when deploying this template to Fly.io it will deploy well the first time, but then any further fly deploy command to make an update results in a 500 Internal Error, even if there has been no code change.
The text was updated successfully, but these errors were encountered: