All instructions are assuming you are correctly logged into deploymaster
with $APP
set to the Ion slot you care about and $USER
set to your username.
bin/run -u $USER -n 50 -a $APP -c 'export BASE=/tmp/stripe_test; mkdir -p "$BASE" && cd "$BASE" && curl https://gist.github.com/chooper/8924886/raw/6f5ea6087bd102defe598fe891c976e3583cd051/Gemfile > "./Gemfile"; curl https://gist.github.com/chooper/8924886/raw/0ddf55bc97b36d741e6fb18d2018849245275ec2/customer_fetch.rb > "./customer_fetch.rb"; bundle install'
bin/run -u $USER -n 50 -a $APP -c 'export BASE=/tmp/stripe_test; cd "$BASE" && bundle exec ruby ./customer_fetch.rb sk_test_SvNt9ppL6U2RxlJ9QR18H9yJ 1'
bin/run -u $USER -n 50 -a $APP -c 'rm -fr /tmp/stripe_test'