Skip to content

Commit

Permalink
Upload script for services tarball, relies on s3cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
rjurney committed Jul 9, 2013
1 parent b2cb9be commit fa0d37f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -e

#
# Script to upload tarball of assembly build to static.druid.io for serving
#
s3cmd put services/target/druid-services-*-bin.tar.gz s3://static.druid.io/artifacts/

0 comments on commit fa0d37f

Please sign in to comment.