Skip to content

Commit 41a1fd4

Browse files
author
Tim Hopper
committed
Try another deploy script
1 parent 4f7151e commit 41a1fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_deploy:
1515
- npm install netlify-cli -g
1616
deploy:
1717
provider: script
18-
script: netlify deploy
18+
script: netlify deploy --auth $NETLIFY_AUTH_TOKEN --site $NETLIFY_SITE_ID --dir ./web
1919
skip_cleanup: true
2020
on:
2121
branch: netlify

0 commit comments

Comments
 (0)