Skip to content

Commit 2c58d6c

Browse files
change push tag to —all
1 parent 1f77d68 commit 2c58d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ before_deploy:
5050
- git add .
5151
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
5252
#- git push origin master && git push origin master --tags
53-
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
54-
- ls -aR
53+
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --all
54+
#- ls -aR
5555
deploy:
5656
provider: releases
5757
api_key:

0 commit comments

Comments
 (0)