Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed Nov 20, 2015
1 parent 5555e99 commit 3d9d581
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ install:
script:
- make html
deploy:
- provider: s3
access_key_id: AKIAJXLDG4C2F4MIZP4Q
matrix:
- provider: s3
access_key_id: AKIAJXLDG4C2F4MIZP4Q
bucket: docs.mattermost.org
local_dir: build/html
acl: public_read
region: us-east-1
skip_cleanup: true
detect_encoding: true
on:
repo: mattermost/docs
branch: master
python: 2.7
secret_access_key:
secure: ozCkh6hbA+NCxnT2K63+B1KXbQCQNjbEhWMsTrVDaE89r09AmsY4GjgYaqUYpfY0KTDyc6w7PJipaRBBg8euI5RGDkbUIRJzSlbGA4LYR0Ay61wBpFCL5SnflAN0BPPYK8hES5x0oP6GcehDaCJC/M1zKAbU2r09W++8YtRcax84uYHbMdKbStW0LWfpphYhU9USnzx+ptOM/cg1KFVHcRWtxabRic1o3GqMVy2X7YMCozaPpQXH1H2QBILkEROSrrNaqvF/a/irA/traNXN7mX0KsdgZN4z5TvTk4+Cgv8KoNJ4pnnkn6+LQBoy8Ny/51DiduaPzPscDVkADQNOHADpBWvyFE2yApp383HOxCO1vWkc9MTHkCV5aftPpIlxVM9nxHDoXEhVzkrdc510AfTs4NrnPQfKYXoybkS5afhjIAwFRCrUlnXBT6m8Vx1+QSzQaXex04NwhNRO1ymli1LyqIQMfSo4KWyP0lrWdKFfaWSmC0UGcNhiarHNyBza7TrObYEo10q13XCkuKDI/XF376/fNmdyoppg5py1Yi0wEgeavaifGYPBlvon/1iSXp7AVknldD9Z0GklcXu9SZlC50kgDaPHxkFEDRKrt2naRRDCwZ52MEEous74nLoXGnpTe19OBr24PslWcxQnpqfVAeZ4GqDrX4hi+45NijY=
bucket: docs.mattermost.org
local_dir: build/html
acl: public_read
region: us-east-1
skip_cleanup: true
detect_encoding: true
on:
repo: mattermost/docs
branch: master
python: 2.7
secure: B+Wiu/EVTzWAMFxfCHBr2I5anZ27NgGxEwVP5s8c9iczfUznex5gWkmIVcq4jHqZN6E5fJopIyvUC/lhL0nWALcptO2HSqH8Du1B1GNTus2JRgFsFSkK0wuDtx9Lhsh4ExRlfYyQn1QF5gSyjZq/a9t2ZCZpGpeVlXFGVz64v1GJOKABP79bd6FiiK7wu+o99Bqk8KrxelU6S0gSSiI+f2se1H252NCBLJcoqkXwgqccQe6ttSgW8xPEm3kpOW7oS2hjMRtsUHS5VVFngH6TZeq+6m8+eXr21IrrAw0sWR0VimXsCztzs5mK7Njs4G6suDcF3ExqK8CCIRkD2BTdoWs/6PPgNduRDIWPS9XqpA21eRQcknzFkpl2ZBeZ+gP+xTDxUwJQ/qkGLutJkAzKObG3OWDyYCUvQ2dhQ1nQ/joZhTV9iWu6WoAjqDAlQWSSYahQkqVCNDi9D0HR1ujOIs/XQ7ePfzIRIv6eXhsVttlhrnCKBou789qav+2ufEueRp2xFcMCrrcybMkAPQpoVmjsQa3obtI09CoO7JIFgaYBhgv6U7i/W1bkeId0AfSRPn8PUyCC7arRYoayht4VSWVompBmgF4lJSuJdavUpdqQE6fE/fcZIX8aaYgpJS1uPmc0Q1tAgJyKfPXyP/AwJPiBNCwh98ElE1q4iEdUPMY=

0 comments on commit 3d9d581

Please sign in to comment.