Skip to content

Instantly share code, notes, and snippets.

@bagus2x
Created August 3, 2020 03:08
Show Gist options
  • Save bagus2x/ad757aca289f79463f8ff120be851c3a to your computer and use it in GitHub Desktop.
Save bagus2x/ad757aca289f79463f8ff120be851c3a to your computer and use it in GitHub Desktop.
$ sudo snap install --classic heroku
$ git init
$ git add . && git commit -m "...
$ touch Procfile
========================
web: bin/contoh
========================
$ go build -o bin/contoh
$ heroku create contoh
$ git push heroku master:master
$ heroku apps
$ heroku open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment