Skip to content

Commit

Permalink
fix: AWS_S3_CUSTOM_DOMAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 2, 2024
1 parent 7c726ab commit 8911817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .deploy/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"AWS_S3_ADDRESSING_STYLE": "${AWS_S3_ADDRESSING_STYLE}",
"AWS_S3_REGION_NAME": "${AWS_S3_REGION_NAME}",
"AWS_DEFAULT_ACL": "${AWS_DEFAULT_ACL}",
"AWS_LOCATION": "${AWS_LOCATION}"
"AWS_LOCATION": "${AWS_LOCATION}",
"AWS_S3_CUSTOM_DOMAIN": "${AWS_S3_CUSTOM_DOMAIN}"
}
}
]
Expand Down

0 comments on commit 8911817

Please sign in to comment.