Skip to content

naaman/build-go-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Simple Go script demonstrating use of the Heroku Platform API build resource

How to use:

$ git clone git@github.com:heroku/buildapi-go-example.git
...
$ go build
$ heroku create
Creating limitless-fjord-5604... done, stack is cedar
...
$ ./main -apikey <api-key> -app limitless-fjord-5604 -archive https://github.com/heroku/node-js-sample/archive/master.tar.gz
.........
-----> Node.js app detected
-----> Requested node range:  0.10.x
-----> Resolved node version: 0.10.28
-----> Downloading and installing node
...

You can get your api key by running heroku auth:token or from the account page on Dashboard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%