Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

#152036171 deploy base application on heroku #1

Merged
merged 1 commit into from
Oct 18, 2017

Conversation

oahray
Copy link
Contributor

@oahray oahray commented Oct 18, 2017

What does this PR do?

Sets up base application to build and run successfully on Heroku.

Description of Task to be completed?

This task will enable other users access and use the application. It would also enable automatic deploying of the base branch (development for the staging environment) for every merge into it, as well as mirroring of other branches when a push is made. This required smaller tasks:

  • set up different Heroku environments for staging and production
  • add config variables for hosted app
  • add meteor buildpack for hosted app
  • add papertrail drain for better logging
  • change minifier in .meteor/packages
  • downgrade moment to 2.15.1 in .meteor/versions to fix failing heroku build
  • successfully deploy base app to heroku and run it

How should this be manually tested?

Open the app url for staging or production. You should then see the live app running.

Any background context you want to provide?

N/A

What are the relevant pivotal tracker stories?

Story #152036171

Screenshots (if appropriate)

screen shot 2017-10-18 at 3 06 25 pm

#### Questions: N/A

- create heroku environments for staging and production
- add config variables for heroku app
- add meteor buildpack for heroku app
- add papertrail drain
- change minifier in .meteor/packages
- downgrade moment to 2.15.1 in .meteor/versions to fix failing heroku build
- successfully deploy base app to heroku and run it
[Finishes #152036171]
@femisenjobi femisenjobi merged commit c11d98c into development Oct 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants