Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Created September 20, 2015 18:54
Show Gist options
  • Save tuki0918/f4b8b9c5a54ddf1eb370 to your computer and use it in GitHub Desktop.
Save tuki0918/f4b8b9c5a54ddf1eb370 to your computer and use it in GitHub Desktop.
roadworker
# bundle install --path vendor/bundle
bundle install

> $ bundle exec roadwork --version
roadwork 0.5.5

export AWS_ACCESS_KEY_ID='****'
export AWS_SECRET_ACCESS_KEY='****'
export AWS_REGION='ap-northeast-1'

bundle exec roadwork -e -o Routefile
vi Routefile

bundle exec roadwork -a --dry-run
bundle exec roadwork -a

bundle exec roadwork -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment