Skip to content

Commit

Permalink
Merge branch 'master' into advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Jun 2, 2013
2 parents 669ce36 + b7520e2 commit d651929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/upload_to_s3.sh
Expand Up @@ -9,5 +9,5 @@ else
fi
s3cmd sync --cf-invalidate --delete-removed --rexclude=^.git\|^sites\|^test . s3://selectorgadget.com/unstable/
s3cmd put --cf-invalidate doc/* s3://selectorgadget.com
git reset --hard && git clean -df && git checkout 0.4.1
git reset --hard && git clean -df && git checkout 0.4.2
s3cmd sync --cf-invalidate --delete-removed --rexclude=^.git\|^sites\|^test . s3://selectorgadget.com/stable/

0 comments on commit d651929

Please sign in to comment.