Skip to content

Commit

Permalink
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -35,13 +35,25 @@ notifications:
slack:
secure: Ng3nTqGWY+9p1pS6yjGqDhmRvdgbIZgTNpMWbO/ngwpCyicmD3jafZkShqqXbULZTJJr3OxIGzi6GHGusT0Ic/Pi9JCM3X3v/xuBruKIR+EnNyPo7IL4ZYAlwnXyJHlCHHDBq0gSHGvGJwsXn6IgZBPRfeIq+CCyQHVPyvc9EHE=
deploy:
provider: s3
access_key_id: AKIAIRL4BWFPN7P54TBQ
secret_access_key:
secure: XbirZ4olRckszhip5ljHl556WcgohwrTdI3e2uproJBUYLU/kLwvusATL38TAWeMNPaIzZMHHp+Q5EPDfsiCuXuLHlhAoVVSM3K2UGJ43H5iN2srSf15dCsVgeJmffwW1Pceew/y4wFbp6INc1XfwKuE8+aXIyH7WTfKrqQv/w8=
bucket: crystal-api
local_dir: doc
upload-dir: api/master
on:
branch: master
skip_cleanup: true
- provider: s3
access_key_id: AKIAIRL4BWFPN7P54TBQ
secret_access_key:
secure: XbirZ4olRckszhip5ljHl556WcgohwrTdI3e2uproJBUYLU/kLwvusATL38TAWeMNPaIzZMHHp+Q5EPDfsiCuXuLHlhAoVVSM3K2UGJ43H5iN2srSf15dCsVgeJmffwW1Pceew/y4wFbp6INc1XfwKuE8+aXIyH7WTfKrqQv/w8=
bucket: crystal-api
local_dir: doc
upload-dir: api/master
on:
branch: master
condition: $ARCH = x86_64
skip_cleanup: true
- provider: s3
access_key_id: AKIAIRL4BWFPN7P54TBQ
secret_access_key:
secure: XbirZ4olRckszhip5ljHl556WcgohwrTdI3e2uproJBUYLU/kLwvusATL38TAWeMNPaIzZMHHp+Q5EPDfsiCuXuLHlhAoVVSM3K2UGJ43H5iN2srSf15dCsVgeJmffwW1Pceew/y4wFbp6INc1XfwKuE8+aXIyH7WTfKrqQv/w8=
bucket: crystal-api
local_dir: doc
upload-dir: api/${TRAVIS_TAG}
on:
tags: true
condition: $ARCH = x86_64
skip_cleanup: true

0 comments on commit 5787ded

Please sign in to comment.