Skip to content

Commit

Permalink
add netlify.toml and runtime.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sampan501 committed Dec 6, 2019
1 parent 0f57737 commit 7fdeaff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Settings in the [build] context are global and are applied to all contexts
# unless otherwise overridden by more specific contexts.
[build]
# Directory to change to before starting a build.
# This is where we will look for package.json/.nvmrc/etc.
# base = "project/"

# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
publish = "docs/_build/html/"

# Default build command.
command = "pip install -r docs/requirements.txt; cd docs; make html; cd .."

# Directory with the serverless Lambda functions to deploy to AWS.
# functions = "project/functions/"
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.6

0 comments on commit 7fdeaff

Please sign in to comment.