Skip to content

Commit

Permalink
Add deploy.coffee
Browse files Browse the repository at this point in the history
Replace python deploy script with a pure Node solution.
Prepare for NPM publication.
  • Loading branch information
leknarf committed Jul 5, 2012
1 parent 0d882da commit 6f5d8c4
Show file tree
Hide file tree
Showing 17 changed files with 115 additions and 7,862 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@ aws_keys.sh
*.pyc
demo/client
demo/client/*
node_modules
tmp/*
4 changes: 4 additions & 0 deletions config.sh.example
@@ -0,0 +1,4 @@
# Fill in the configuration settings below and then `source config.sh`
export AWS_BUCKET_NAME=
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=

0 comments on commit 6f5d8c4

Please sign in to comment.