Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ harperdb deploy \
username="<username>" \
password='<password>' \
project=nextjs-example \
package=HarperDB/nextjs-example \
skip_node_modules=false \
replicated=true \
restart=true
```

Check out the included [build and deploy workflow](./.github/workflows/deploy.yml) for an example of how to automate this process.
Check out the included [build and deploy workflow](./.github/workflows/build-and-deploy.yml) for an example of how to automate this process.

## How does it work?

Expand Down