• #indieweb 2016-05-12
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2016-05-12 UTC
# 04:26
[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