From 9f5c9ecbf98492bb80774229f4af909acb64fb0b Mon Sep 17 00:00:00 2001 From: Matt DuLeone Date: Sat, 18 Oct 2025 20:55:22 -0400 Subject: [PATCH] Update README to update deploy command and broken link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4144309..94e5f3b 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,12 @@ harperdb deploy \ username="" \ 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?