Removed HTTPS from bash script.

This commit is contained in:
Colton Deaton
2026-06-27 12:12:59 -05:00
parent 834e822956
commit 3ec23eebad
+1 -1
View File
@@ -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 --https 5173 --cert /home/cdeaton/KitchenSync-QA/kitchensync-rewrite/kitchensync-ca.pem --key /home/cdeaton/KitchenSync-QA/kitchensync-rewrite/kitchensync-ca.key
git pull && $BUN install && $BUN --bun run dev -- --host