-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
How to update parse server on heroku? #1203
Comments
You have to clone the repository to your local machine which Heroku explain in their command line docs, and then you can modify the package.json file to reflect the most recent version of Parse. Then once you commit that back to Heroku, it will build with the newest version. |
Please follow the manual instructions before using the deploy button, it will make more sense. |
You can update parse by installing the CLI tool, cloning the parse repository, and then deploying it to Heroku. It’s a pretty straightforward operation. First you’ll need to figure out the git repository that underlies the “Deploy to Heroku” button. You can find instructions for doing this in the Heroku Knowledge Base. As a shortcut, if you used the Deploy button from the Heroku devcenter your repository will be From there, it’s pretty straightforward:
A guide to steps 2 & 3 is outlined quite nicely here and in a bit more detail here. |
How do i do this if i manually pushed to Heroku without using the button? |
hello,
i created a heroku server using deploy to keroku button.
how can i update parse after that?
how can i see what parse version i'm running on heroku?
The text was updated successfully, but these errors were encountered: