Skip to content

Instantly share code, notes, and snippets.

@carimura
Last active December 15, 2015 05:09
Show Gist options
  • Save carimura/5206867 to your computer and use it in GitHub Desktop.
Save carimura/5206867 to your computer and use it in GitHub Desktop.
{
"production": {
"token": "aaaaa",
"project_id": "bbbbbb"
},
"staging": {
"token": "ccccc",
"project_id": "ddddd"
},
"development": {
"token": "eeeee",
"project_id": "fffff"
},
"test": {
"token": "gggggg",
"project_id": "hhhhhhh"
},
"carimura": {
"token": "adsaiiiii",
"project_id": "aaaaasssssssss"
}
@carimura
Copy link
Author

iron_worker upload my_worker --env staging

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