edgi-govdata-archiving / edgi-hubot-halpy

Heroku-backed chatbot-friend who lives in EDGI Slack
https://edgi-hubot.herokuapp.com/
3 stars 0 forks source link

Upgrade Heroku Stack to `heroku-18` #45

Open Mr0grog opened 5 years ago

Mr0grog commented 5 years ago

Halpy is currently running on a deprecated Heroku stack, so we should update it. From the latest deploy logs:

-----> Launching...
       Released v46
       https://edgi-hubot.herokuapp.com/ deployed to Heroku
 !   Warning: You are running on a deprecated stack.
 !   Please upgrade to the latest stack by following the instructions on:
 !   https://devcenter.heroku.com/articles/upgrading-to-the-latest-stack
Mr0grog commented 5 years ago

This should just be running:

> heroku stack:set heroku-18 --app edgi-hubot
> git commit --allow-empty -m "Upgrading to heroku-18"
> git push heroku master
> git push origin master