There was an error while loading. Please reload this page.
1 parent 084460a commit e036987Copy full SHA for e036987
1 file changed
porter.yaml
@@ -10,7 +10,7 @@ build:
10
services:
11
- name: recorder
12
type: web
13
- run: sh -c 'doppler run --token "$DOPPLER_TOKEN" --project recorder --config "$DOPPLER_CONFIG" -- bun src/index.ts'
+ run: doppler run -- bun src/index.ts
14
port: 80
15
cpuCores: 1.0
16
ramMegabytes: 1024
@@ -21,3 +21,4 @@ services:
21
PORT: "80"
22
DOPPLER_TOKEN: ${DOPPLER_TOKEN}
23
DOPPLER_CONFIG: ${DOPPLER_CONFIG}
24
+ DOPPLER_PROJECT: recorder
0 commit comments