-
-
Notifications
You must be signed in to change notification settings - Fork 514
Update deploy to Glitch (formerly HyperDev) docs #585
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
Conversation
👆 I am not clear on what to do about that conflict, am I right that it gets built on push? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spacing after full stops is inconsistent, could you change it so that all sentences have one preceding space.
I think the reason the checks have run is because you are on the gh-pages branch rather than a new branch. |
@acinader The changes to the docs look good to me but I don't know what the bundle.js file does/how the conflict should be resolved. |
Thanks for the review and fixes! Pretty sure that bundle.js is being compiled by a hook when I push to my |
Hmm, that was a failed assumption on my part. Even in a different branch, if I commit (the original) bundle.js file, it triggers a build:
Let's see what @acinader says about the conflict resolution, then! 🙂 |
So no one's quite sure what to do here, so I'm going to try resolving the conflict - I'll take the version from the base branch. |
I'm not well versed with Travis CI but I did have a little investigate and I noticed that the builds always fail but they don't usually show up on the commit messages that it failed. I wonder whether these are running by mistake as they don't seem to be serving any purpose but I could be completely wrong about that - just thought I would document my findings here. Image for reference (from travis ci): |
This pull request improves the documentation around deploying the Parse server example to Glitch (formerly HyperDev).
Rather than provide instructions on importing from GitHub and then updating the
.env
file, this commit embeds a Remix On Glitch button that will import the repository into a new Glitch project, and pre-populates the.env
file with either the required parameters or placeholder values. Instructions for replacing the placeholder values follow.This PR also explains that anonymous users can test this deploy process on Glitch without needing to create an account, and links to documentation on the technical restrictions for free Glitch accounts.