Files
forgetmenot-django/site/serverless.yml
2020-11-11 20:58:18 -06:00

12 lines
336 B
YAML

component: website
name: site
inputs:
# React application. "hook" runs before deployment to build the source code. "dist" is the built artifact directory which is uploaded.
src:
src: ./
hook: npm run build
dist: build
# Enable this when you want to set a custom domain.
# domain: ${env:domain}