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

Commit e03725b

Browse files
Merge pull request #1 from trustpilot/restores-deployment-step-in-travis
Restores deployment step in travis
2 parents 99d078f + a763778 commit e03725b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ cache:
1010
script:
1111
- ./gradlew build --build-cache -PwarningsAsErrors=true
1212
- ./gradlew shadowJar
13+
14+
deploy:
15+
provider: releases
16+
api_key: "$GITHUB_TOKEN"
17+
file: "build/libs/kafka-connect-dynamodb-${TRAVIS_TAG}.jar"
18+
skip_cleanup: true
19+
on:
20+
tags: true

0 commit comments

Comments
 (0)