Skip to content

mfine/prism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup on Heroku

heroku create
heroku config:add \
  BUILDPACK_URL="https://github.com/kr/heroku-buildpack-go.git" \
  ORG=${ORG} \
  OAUTH_TOKEN=${OAUTH_TOKEN}
git push heroku master
heroku addons:add heroku-postgresql:crane
heroku pg:wait
heroku pg:promote COLOR
heroku pg:psql
# load db.sql
heroku drains:add syslog://forward.log.herokai.com:9999
heroku ps:scale main=1

About

Collect git repo metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages