diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19113c3..93000f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -136,7 +136,8 @@ jobs: env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} COOKIE_SECRET: ${{ secrets.COOKIE_SECRET }} - run: echo "$COOKIE_SECRET" | bunx wrangler secret put COOKIE_SECRET + run: | + echo "$COOKIE_SECRET" | bunx wrangler secret put COOKIE_SECRET --env production - name: ☁️ Deploy to Cloudflare Workers if: github.ref == 'refs/heads/main' diff --git a/docs/agents/setup.md b/docs/agents/setup.md index a4b8a32..bd1f212 100644 --- a/docs/agents/setup.md +++ b/docs/agents/setup.md @@ -13,7 +13,8 @@ Quick notes for getting a local epicflare environment running. ## Local development -- Copy `.env.example` to `.env` before starting any work, then update secrets as needed. +- Copy `.env.example` to `.env` before starting any work, then update secrets as + needed. - `bun run dev` - If you only need the client bundle or worker, use: - `bun run dev:client`