Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Feature/travis ci s3 region #789

Merged
merged 2 commits into from
Apr 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ deploy:
skip_cleanup: true
local_dir: build_webpack
upload-dir: app
region: $AWS_DEFAULT_REGION
on:
branch: development

Expand All @@ -55,6 +56,7 @@ deploy:
skip_cleanup: true
local_dir: build_webpack
upload-dir: current/app
region: $AWS_DEFAULT_REGION
on:
branch: master

Expand All @@ -66,6 +68,7 @@ deploy:
skip_cleanup: true
local_dir: build_webpack
upload-dir: releases/$TRAVIS_TAG
region: $AWS_DEFAULT_REGION
on:
tags: true
- provider: script
Expand Down