Skip to content

Commit

Permalink
new netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Oct 11, 2018
1 parent e36f72f commit 80dd4c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .netlify

This file was deleted.

3 changes: 3 additions & 0 deletions .netlify/state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"siteId": "757074ef-6b9d-4bb8-b35d-274477b1b051"
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- (cd packages/demo/ && yarn test && yarn build)
- |
if [ -n "$NETLIFY_ACCESS_TOKEN" ]; then
NETLIFY_AUTH_TOKEN=$NETLIFY_ACCESS_TOKEN yarn netlify deploy;
NETLIFY_AUTH_TOKEN=$NETLIFY_ACCESS_TOKEN yarn netlify deploy --dir ./packages/preview/build --message "$TRAVIS_BRANCH $TRAVIS_COMMIT_MESSAGE";
fi
deploy:
provider: releases
Expand Down

0 comments on commit 80dd4c2

Please sign in to comment.