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

Updating Heroku deploy instructions #1037

Merged
merged 3 commits into from
Dec 8, 2021
Merged

Updating Heroku deploy instructions #1037

merged 3 commits into from
Dec 8, 2021

Conversation

fhightower
Copy link
Contributor

@fhightower fhightower commented Dec 8, 2021

In addition to replacing a Unicode character with it's ascii replacement, I've also updated the Python runtime as the one listed is no longer valid. Specifically, I've:

  • Updated the Python runtime
  • Added a link to Heroku's docs on Python runtimes so if/when the new runtime becomes invalid, it is easy to find the updated one

I chose not to use the latest runtime (3.10.0) as I'm not sure that (based on #1027) that voila supports Python 3.10.x yet.

The current Python runtime is not valid. I've:

- Updated the Python runtime
- Added a link to Heroku's docs on Python runtimes so if/when the new runtime becomes invalid, it is easy to find the updated one
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2021

Binder 👈 Try it on binder (branch fhightower/voila/patch-1)

@jtpio jtpio added this to the 0.3.0 milestone Dec 8, 2021
@fhightower fhightower changed the title Updating Python runtime for Heroku Updating Heroku deploy instructions Dec 8, 2021

3. Add a file named Procfile to the project directory with the
following content if you want to show all notebooks:

.. code:: text

web: voila -port=$PORT --no-browser
web: voila --port=$PORT --no-browser
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I replaced this character (and throughout the file) as it was a Unicode character (I believe an em dash).

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtpio
Copy link
Member

jtpio commented Dec 8, 2021

RTD build passes and other CI failures are not related.

@jtpio jtpio merged commit 2f5ee99 into voila-dashboards:stable Dec 8, 2021
@jtpio
Copy link
Member

jtpio commented Dec 8, 2021

Ah looks like this was targeting the stable branch,

@meeseeksdev please backport to main

meeseeksmachine pushed a commit to meeseeksmachine/voila that referenced this pull request Dec 8, 2021
trungleduc added a commit that referenced this pull request Dec 8, 2021
…7-on-main

Backport PR #1037 on branch main (Updating Heroku deploy instructions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants