Skip to content

Commit

Permalink
Fix travis file for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Jun 27, 2019
1 parent eda7479 commit 3798951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ before_deploy:
- rm -rf {tests,assets,bin,node_modules,.git,phpunit.xml.dist,.gitignore,.travis.yml,phpunit.xml.dist,README.md,composer.lock,package-lock.json,.phpcs.xml.dist.travis.yml}
- sed -i -e "s/nightly/${TRAVIS_TAG}/" readme.txt
- sed -i -e "s/nightly/${TRAVIS_TAG}/" $(basename $TRAVIS_REPO_SLUG).php
- zip -r hiden-$TRAVIS_TAG.zip ./
- zip -r donden-gaeshi.zip ./
deploy:
provider: releases
api_key:
secure: CoZoeSih5bTajlm9yjuGDjvjsxhh6hwwlFNojZ90FoZn4ean/zWpzyOTfKfReuJ52L6RP4eRJnsesiISgKz6LqFMQZSMpk2l/6Ev/3dFDFuVuLACtGIoaP/YFrzFgWv1ysOez+88dqx8M0ZUv9U1eRf5KkKiZg4Ks5VS/NLKdEBp+6Hlgy9HbhJzAJM/mFjnA6ZhbFYnapq3RQ7go82Xz7t9V8C/GZMB/qpajYoxKGJiE6Cj0AixRsygRths/kIzgMe7Y/tv91i9jH8EKXXXPM+/+YdtULCT3zeeJDgint9OOmmS6XFBdwix9fS5pLl3qYT8ovrnsRMz9/E1/buHpu1pK2BI/9OXW/+EKc3tXAqXWm1fwRHZ7TdoPTTUG6Az56Bpk7dl36WTxeDUb3VB6Vmw01ijUnMe4+4yXh8eeZcp6/+w/tPbhDVhnT8LSFrMPTwP4t6PBZjpk4vX/vixR/UzSTD237NYSdqXaO26XCyCGxWJBhk1UEPb6jVawoy9HjCXOr35qkilFhvTsSG5o++b1rvPuJqdJveomGsn5Ph3pFzofGRuMWH4t118CWSnt+0VcqneWJTV5Zz1sTwzIR7/RhC6RtmZMSAYZuGeWvEWMwFdOKDOaeIk59vSJQFdnrZuCCrnmiuC++DtWaQ/SjPaPfv7qEQBBINs2sP5ZHM=
file: donden-gaeshi-$TRAVIS_TAG.zip
file: donden-gaeshi.zip
skip_cleanup: true
on:
repo: kuno1/donden-gaeshi
Expand Down

0 comments on commit 3798951

Please sign in to comment.