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

Commit a2ee1f7

Browse files
author
David Neudorfer
committed
adds tagged deploy and develop branch deploy
1 parent 4cb6770 commit a2ee1f7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@ before_deploy:
4545
- 'rm -rf awscli-bundle/'
4646

4747
deploy:
48-
provider: script
49-
script: scripts/deploy.sh
48+
- provider: script
49+
script: scripts/deploy.sh
50+
on:
51+
tags: true
52+
- provider: script
53+
script: scripts/deploy.sh
54+
on:
55+
branch: develop

0 commit comments

Comments
 (0)