Skip to content

Instantly share code, notes, and snippets.

@jwalsh
Created February 12, 2014 08:14
Show Gist options
  • Select an option

  • Save jwalsh/8951735 to your computer and use it in GitHub Desktop.

Select an option

Save jwalsh/8951735 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd ~/sandbox/autotomie
for A in backend cas user_service payment_service donations dashboard admin
do
echo $A
cap apps:$A:staging deploy
done
# is_it_working
http://do2.sparkcommerce.com/is_it_working
# Check a simple status
# donations
curl -s -u booster:booster123 http://do2.sparkcommerce.com/ | grep '>Donation<'
# admin
# dashboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment