Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 445 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 445 Bytes

NOTE: IF ANYONE WANTS TO REPLACE THIS WITH SOMETHING STATICALLY TYPED I WILL LOVE YOU FOREVER - @kvn

go-build-it

Quick utility script to be able to build Go binaries from Travis builds

Usage

Environment Variables Required:

  • TRAVIS_BUILD_NUMBER
  • APP_NAME
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_S3_BUCKET

To build:

./lets build cmd/worker/main.go worker

To upload:

./lets upload