Skip to content

Commit

Permalink
fix: custom stage를 default로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinkypeach committed Feb 6, 2024
1 parent ab5ed47 commit c16241a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ custom:
customDomain:
domainName: slack.team-joon.com
basePath: ''
stage: ${self:provider.stage}
stage: $default
createRoute53Record: false
endpointType: 'regional'
securityPolicy: tls_1_2
Expand Down

0 comments on commit c16241a

Please sign in to comment.