Skip to content

Commit

Permalink
Update to support GH releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdappollonio committed Mar 2, 2018
1 parent 1e37a96 commit 823345a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ after_success:
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker push $IMAGE_TAG;
fi

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: http-server
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ docker:

release: generate build remove-gen

ci: generate build remove-gen docker clean
ci: generate build remove-gen docker

.NOTPARALLEL:

0 comments on commit 823345a

Please sign in to comment.