File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ before_deploy:
32
32
- git remote set-url origin https://github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration.git
33
33
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
34
34
- 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
36
36
- ls -aR
37
37
deploy :
38
38
provider : releases
39
39
api_key :
40
40
secure : ${GH_TOKEN}
41
41
file :
42
- - .htaccess
43
- - referral-spam.conf
42
+ - test.txt
43
+ - test2.txt
44
44
skip_cleanup : true
45
45
on :
46
46
tags : false
Original file line number Diff line number Diff line change
1
+ Test2
You can’t perform that action at this time.
0 commit comments