Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/deploy-base-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
required: true
type: choice
options:
- foxtrot
- staging
- juliett
- foxtrot
use_cache:
description: Use the build cache when available
required: false
Expand Down Expand Up @@ -45,11 +45,12 @@ jobs:
- name: Build template
working-directory: ./packages/shared/scripts
run: |
rm .env.local # auto read by bun, which we don't want
Comment thread
djeebus marked this conversation as resolved.
echo "building base template for ${E2B_DOMAIN} ... "
bun install
Comment thread
djeebus marked this conversation as resolved.
bun run ./build.prod.ts
env:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
E2B_DEBUG: "false"
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
USE_CACHE: ${{ inputs.use_cache }}

Loading