- Setup
METEOR_SETTINGS
orsettings.dev.json
by contacting another dev
$ meteor npm i
$ meteor
- Any merges to master will trigger a deploy to staging.
- Once staging is verified as working, you can promote to prod on the heroku website or using
heroku pipelines:promote
heroku logs
is your friend.