Skip to content

Commit

Permalink
updated readme with additional deployment steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Jan 6, 2021
1 parent 03a7c57 commit 62f4bbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ $ npm run dev
$ npm run build
```

## Deploy to Vercel

Use the [Vercel CLI](https://vercel.com/download)

```sh
vercel
```

## Deploy to AWS

```sh
Expand Down
4 changes: 2 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jamstackEcommerceNext:
component: "@sls-next/[email protected]"
inputs:
domain: "jamstackecommerce.dev"
# inputs:
# domain: "yourdomain.com"

0 comments on commit 62f4bbd

Please sign in to comment.