Skip to content

Commit 9aac024

Browse files
committed
Fixing env settings in now config.
1 parent df5fdcc commit 9aac024

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

blocks/upload-url-to-s3/now.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88
"dest": "/index.js"
99
}
1010
],
11-
"build": {
12-
"env": {
13-
"AWS_S3_ACCESS_KEY": "@aws_s3_access_key",
14-
"AWS_S3_SECRET_KEY": "@aws_s3_secret_key",
15-
"AWS_S3_BUCKET": "@aws_s3_bucket"
16-
}
11+
"env": {
12+
"AWS_S3_ACCESS_KEY": "@aws_s3_access_key",
13+
"AWS_S3_SECRET_KEY": "@aws_s3_secret_key",
14+
"AWS_S3_BUCKET": "@aws_s3_bucket"
1715
}
1816
}

0 commit comments

Comments
 (0)