Travis CI deployment to AWS and Github releases #114

Merged
akinwale merged 22 commits from deployment into master 2018-05-09 20:26:58 +02:00
Showing only changes of commit 84347d7424 - Show all commits

View file

@ -46,7 +46,7 @@ script:
- "source ./release.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
before_deploy:
- cd bin
- export BUILD_VERSION=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
- export BUILD_VERSION=$(cat ../src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
deploy:
provider: releases
api_key: $GITHUB_TOKEN