Skip to content

Commit e036987

Browse files
committed
fix: simplify doppler run to use env vars automatically
1 parent 084460a commit e036987

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

porter.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
services:
1111
- name: recorder
1212
type: web
13-
run: sh -c 'doppler run --token "$DOPPLER_TOKEN" --project recorder --config "$DOPPLER_CONFIG" -- bun src/index.ts'
13+
run: doppler run -- bun src/index.ts
1414
port: 80
1515
cpuCores: 1.0
1616
ramMegabytes: 1024
@@ -21,3 +21,4 @@ services:
2121
PORT: "80"
2222
DOPPLER_TOKEN: ${DOPPLER_TOKEN}
2323
DOPPLER_CONFIG: ${DOPPLER_CONFIG}
24+
DOPPLER_PROJECT: recorder

0 commit comments

Comments
 (0)