Skip to content

Commit

Permalink
chore(deployment) production and images
Browse files Browse the repository at this point in the history
  • Loading branch information
stared committed Jun 1, 2016
1 parent 0565791 commit a1f211b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy_dev.sh
Expand Up @@ -6,3 +6,6 @@ s3cmd sync bundled/index.html s3://quantumgame.io/dev/
s3cmd sync bundled/build.js s3://quantumgame.io/dev/
s3cmd sync --recursive css s3://quantumgame.io/dev/
s3cmd sync --recursive sounds s3://quantumgame.io/
s3cmd sync bg.jpg s3://quantumgame.io/dev/
s3cmd sync logo.svg s3://quantumgame.io/dev/
s3cmd sync favicon.ico s3://quantumgame.io/dev/
11 changes: 11 additions & 0 deletions deploy_play.sh
@@ -0,0 +1,11 @@
# the only other step is updating index.html file!
jspm bundle-sfx --minify app.js
rm bundled/build.js*
mv build.js* bundled/
s3cmd sync bundled/index.html s3://play.quantumgame.io/
s3cmd sync bundled/build.js s3://play.quantumgame.io/
s3cmd sync --recursive css s3://play.quantumgame.io/
s3cmd sync --recursive sounds s3://play.quantumgame.io/
s3cmd sync bg.jpg s3://play.quantumgame.io/
s3cmd sync logo.svg s3://play.quantumgame.io/
s3cmd sync favicon.ico s3://play.quantumgame.io/

0 comments on commit a1f211b

Please sign in to comment.