Added HTTPS to local host script.
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ exec 2> >(while read -r line; do printf '%s %s\n' "$(date --rfc-3339=seconds)" "
|
||||
|
||||
fuser -k -n tcp 5173
|
||||
cd /home/cdeaton/KitchenSync-QA/kitchensync-rewrite
|
||||
git pull && $BUN install && $BUN --bun run dev -- --host
|
||||
git pull && $BUN install && $BUN --bun run dev -- --host --https 5173 --cert /home/cdeaton/KitchenSync-QA/kitchensync-rewrite/kitchensync-ca.pem --key /home/cdeaton/KitchenSync-QA/kitchensync-rewrite/kitchensync-ca.key
|
||||
|
||||
Reference in New Issue
Block a user