Skip to content

Commit 6009c83

Browse files
committed
Add github releases as a deploy target for new versions
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 70fe78a commit 6009c83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
- stage: Deploy new version
3636
script: skip
3737
deploy:
38+
- provider: releases
39+
api_key: $GITHUB_OAUTH_TOKEN
40+
skip_cleanup: true
41+
on:
42+
repo: IdentityPython/SATOSA
43+
branch: master
44+
tags: true
3845
- provider: pypi
3946
distributions: sdist bdist_wheel
4047
user: Lundberg

0 commit comments

Comments
 (0)