Skip to content

Instantly share code, notes, and snippets.

@samkit-jain
Last active April 20, 2018 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samkit-jain/eb00843253bbf8b0aadcb021e9c230e0 to your computer and use it in GitHub Desktop.
Save samkit-jain/eb00843253bbf8b0aadcb021e9c230e0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -xe
# build binary
GOARCH=amd64 GOOS=linux go build -o bin/application application.go
# create zip containing the bin, assets and .ebextensions folder
zip -r uploadThis.zip bin public .ebextensions
@AmirSavand
Copy link

hmmm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment