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:
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
3737deploy :
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
Original file line number Diff line number Diff line change 1+ Test2
You can’t perform that action at this time.
0 commit comments