2016-05-12 UTC
# [shaners] !tell TonyD: miklb has the right idea. Until Dark Matter has software updates built in, the process looks like this to update a site that is deployed using the Heroku Deploy Button (assumes you’ve already git pushed to heroku before based on your previous messages). 1) git clone git@github.com:darkmatterapp/publisher-server-rails.git 2) git remote add heroku https://git.heroku.com/[YOUR HEROKU APPNAME].git 3) git pull origin master