Update .travis.yml and .codeclimate.yml (#4639) [deploy]
This commit is contained in:
parent
42771beb5d
commit
13a5963181
2 changed files with 1 additions and 3 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -1,5 +1,3 @@
|
|||
* @thepracticaldev/core-pullassigner
|
||||
|
||||
# SRE
|
||||
Gemfile @thepracticaldev/sre
|
||||
/db/ @thepracticaldev/sre
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ deploy:
|
|||
app:
|
||||
master: practicaldev
|
||||
on:
|
||||
condition: commit_message =~ /\[\s?deploy\s?\]/
|
||||
condition: $TRAVIS_COMMIT_MESSAGE =~ /\[\s?deploy\s?\]/
|
||||
after_deploy:
|
||||
- bash after_deploy.sh
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue