#!/bin/bash source $(dirname $0)“/_heroku_vars.sh”
export HEROKU_APP=$STAGING_APP
heroku plugins:install git://github.com/heroku/heroku-pipeline.git heroku labs:enable pipelines
heroku addons:add heroku-postgresql heroku addons:add adminium:petproject heroku addons:add cloudinary:starter heroku addons:add pgbackups:auto-month heroku addons:add newrelic:stark heroku config:set NEW_RELIC_APP_NAME=$STAGING_APP_NAME