Skip to content

Commit 79ea677

Browse files
author
Tim Hopper
committed
Fix netlify deploy
1 parent 7aba5ea commit 79ea677

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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 -s $NETLIFY_SITE_ID -t $NETLIFY_ACCESS_TOKEN -p ./web
18+
script: netlify deploy
1919
skip_cleanup: true
2020
on:
2121
branch: netlify

netlify.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Settings]
2+
ID = "32821e8f-9883-4f1e-995f-6ce77849ff6f"
3+
4+
[build]
5+
publish = "web/"
6+
7+
command = "make render"

0 commit comments

Comments
 (0)