Skip to content

Commit

Permalink
Add git push tag on release from master
Browse files Browse the repository at this point in the history
  • Loading branch information
dniel committed May 23, 2019
1 parent 4668e59 commit a8fede5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/deploy_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ docker push dniel/forwardauth:$BRANCH
docker push dniel/forwardauth:latest

echo "Tag release on Git to know that this commit has been released."
git tag "v$TRAVIS_TAG"
git tag "v$APP_VERSION"
git push origin "v$APP_VERSION"
echo "DONE"

0 comments on commit a8fede5

Please sign in to comment.