Files
forgetmenot-serverless/site/serverless.yml

12 lines
316 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}