Skip to content

Commit 262000e

Browse files
dphuang2simoncryptajtoar
committed
Update generated render.yaml (#6771)
I was running into an error that said `--production=false` is not a flag. After changing `TRUE` -> `true` it went away. Not sure what the best way to test this change though. Co-authored-by: Simon Gagnon <[email protected]> Co-authored-by: Dominic Saadi <[email protected]>
1 parent d1d32c6 commit 262000e

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/commands/setup/deploy/templates

1 file changed

+1
-1
lines changed

packages/cli/src/commands/setup/deploy/templates/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- key: NODE_VERSION
2222
value: 16
2323
- key: SKIP_INSTALL_DEPS
24-
value: TRUE
24+
value: true
2525
routes:
2626
- type: rewrite
2727
source: /.redwood/functions/*

0 commit comments

Comments
 (0)