We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a930967 commit ff162adCopy full SHA for ff162ad
1 file changed
.github/workflows/deploy-base-template.yml
@@ -8,9 +8,9 @@ on:
8
required: true
9
type: choice
10
options:
11
- - foxtrot
12
- staging
13
- juliett
+ - foxtrot
14
use_cache:
15
description: Use the build cache when available
16
required: false
@@ -45,11 +45,12 @@ jobs:
45
- name: Build template
46
working-directory: ./packages/shared/scripts
47
run: |
48
+ rm .env.local # auto read by bun, which we don't want
49
+ echo "building base template for ${E2B_DOMAIN} ... "
50
bun install
51
bun run ./build.prod.ts
52
env:
53
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
- E2B_DEBUG: "false"
54
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
55
USE_CACHE: ${{ inputs.use_cache }}
56
0 commit comments