We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aba5ea commit 79ea677Copy full SHA for 79ea677
.travis.yml
@@ -15,7 +15,7 @@ before_deploy:
15
- npm install netlify-cli -g
16
deploy:
17
provider: script
18
- script: netlify deploy -s $NETLIFY_SITE_ID -t $NETLIFY_ACCESS_TOKEN -p ./web
+ script: netlify deploy
19
skip_cleanup: true
20
on:
21
branch: netlify
netlify.toml
@@ -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