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 a4706b2747 - Show all commits

View file

@ -46,7 +46,7 @@ script:
- "./build.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
- "source ./release.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
after_script:
- echo "Build Version: $BUILD_VERSION"
- "echo Build Version: $BUILD_VERSION"
deploy:
provider: releases
api_key: $GITHUB_TOKEN