Skip to content

Commit f658789

Browse files
Change to git push tags
1 parent 531b2c7 commit f658789

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ before_deploy:
3232
- git remote set-url origin https://github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration.git
3333
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
3434
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
35-
- git push -q https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
35+
- git push https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
3636
- ls -aR
3737
deploy:
3838
provider: releases
3939
api_key:
4040
secure: ${GH_TOKEN}
4141
file:
42-
- .htaccess
43-
- referral-spam.conf
42+
- test.txt
43+
- test2.txt
4444
skip_cleanup: true
4545
on:
4646
tags: false

test2.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test2

0 commit comments

Comments
 (0)