We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8073185 commit 88a8fecCopy full SHA for 88a8fec
.travis.yml
@@ -32,17 +32,18 @@ before_deploy:
32
- git remote set-url origin https://github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration.git
33
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
34
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
35
-- git push origin --tags
+- git push -q https://${GH_TOKEN}@github.com/Stevie-Ray/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
36
- ls -aR
37
deploy:
38
provider: releases
39
api_key:
40
secure: ${GH_TOKEN}
41
file:
42
- - test.txt
+ - .htaccess
43
+ - referral-spam.conf
44
skip_cleanup: true
45
on:
- tags: true
46
+ tags: false
47
all_branches: true
48
notifications:
49
email: false
0 commit comments