Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Bug 1015092 - Add Travis deployment to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Jun 10, 2014
1 parent 2fae5a8 commit bc40176
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
deploy:
provider: s3
access_key_id: AKIAJWIJ3CC6V7KIDMQA
secret_access_key:
secure: JLp2BadXEx/r3/l3veuGzIxFYmlf+8vrLPZGsEceZQN7Oybw5ioFIJcdL8OH3vaLcSxjVT4FK4sl8dDxoiWhXFkqerc7BuE3BJXlhfHLB2IP1CO2UDFLQLsbW2DZ4obGbuc2SBNM/oG/GE5bisF6LHAzl3AUWpjIBuGTHiX/jhY=
bucket: stuff.webmaker.org
upload-dir: webmaker-rid
on:
repo: mozilla/webmaker-rid
branch: master

0 comments on commit bc40176

Please sign in to comment.