Skip to content

Commit 52fe01c

Browse files
committed
Dynamic environment in comment
See #100 (comment)
1 parent dde6baf commit 52fe01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ provider:
66
region: us-east-1
77
# Environment variables
88
environment:
9-
APP_ENV: production
9+
APP_ENV: production # Or use ${sls:stage} if you want the environment to match the stage
1010

1111
package:
1212
# Files and directories to exclude from deployment

0 commit comments

Comments
 (0)