Skip to content

Commit e8edad1

Browse files
authored
Update .travis.yml
1 parent 7534890 commit e8edad1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ script:
2828
- sshpass -p "$Password" ssh abdevp@abdevp.com 'cd /home/abdevp/abdevp_ml/ && php artisan config:cache'
2929
- sshpass -p "$Password" ssh abdevp@abdevp.com 'mv /home/abdevp/abdevp_ml/webblog.tar.gz /home/abdevp/abdevp.tk/'
3030
deploy:
31-
- provider: releases
32-
user: $GITHUB_USERNAME
33-
password: $GITHUB_PASSWORD
34-
file: build/webblog.tar.gz
35-
skip_cleanup: true
36-
on:
37-
repo: AshishBhoi/webblog
38-
tags: true
39-
all_branches: true
31+
provider: releases
32+
api_key:
33+
secure: $API_TOKEN
34+
file: build/webblog.tar.gz
35+
skip_cleanup: true
36+
on:
37+
tags: true

0 commit comments

Comments
 (0)