Skip to content

Commit

Permalink
feat: add serverless config for deploying app to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Sep 7, 2020
1 parent 806646b commit 76512b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AWS_PROFILE=serverless-admin
11 changes: 11 additions & 0 deletions packages/app/serverless.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: jsonld-checker
component: website
repo: https://github.com/gjgd/jsonld-checker
license: MIT

inputs:
domain: new.jsonld-checker.com
src:
src: ./src
hook: npm run build
dist: ./build

0 comments on commit 76512b9

Please sign in to comment.