Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 85b1be3

Browse files
author
vikasrohit
committed
AS#118090147171048, Mail chimp Integration
-- Temporary travis build
1 parent a2ce169 commit 85b1be3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ script:
77
- npm run lint && npm test && npm run build
88
sudo: false
99
deploy:
10+
- provider: s3
11+
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
12+
detect_encoding: true
13+
access_key_id: $AWS_KEY
14+
secret_access_key: $AWS_SECRET
15+
bucket: app.topcoder-dev.com
16+
skip_cleanup: true
17+
local_dir: dist
18+
on:
19+
branch: feature/mailchimp
1020
- provider: s3
1121
cache_control: private, no-store, no-cache, must-revalidate, max-age=0
1222
detect_encoding: true

0 commit comments

Comments
 (0)