Skip to content

Instantly share code, notes, and snippets.

@apas
Last active March 12, 2016 10:48
Show Gist options
  • Select an option

  • Save apas/dd4632a5ce372e75adec to your computer and use it in GitHub Desktop.

Select an option

Save apas/dd4632a5ce372e75adec to your computer and use it in GitHub Desktop.
Automate athena deploys.
deploy() {
python athena.py build
cd build/ && git add . && git commit -m "athena deployment job" && git push origin master && cd -
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment