chore: update docs and configs
This commit is contained in:
parent
7718f77d4c
commit
1079111de2
23 changed files with 102 additions and 10467 deletions
|
|
@ -42,7 +42,7 @@ if echo "$CHANGED" | grep -q '^convex/'; then
|
|||
-v "$APP_DIR":/app \
|
||||
-w /app \
|
||||
--env-file .ci.env \
|
||||
node:20-bullseye bash -lc "corepack enable && corepack prepare pnpm@10.20.0 --activate && pnpm install --no-frozen-lockfile --prod=false && pnpm exec convex deploy"
|
||||
oven/bun:1 bash -lc "bun install --frozen-lockfile && bun x convex deploy"
|
||||
else
|
||||
echo "[deploy] convex/ changed but .ci.env missing; skip Convex deploy"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue