Skip to content

Commit

Permalink
fix: 구조 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinkypeach committed Feb 6, 2024
1 parent e7bd50e commit 6235fad
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ functions:
- schedule:
rate: cron(0 0 ? * 2 *)

plugins:
- serverless-dotenv-plugin
- serverless-offline
- serverless-domain-manager
plugins:
- serverless-dotenv-plugin
- serverless-offline
- serverless-domain-manager

custom:
customDomain:
domainName: slack.team-joon.com
basePath: ''
stage: ${self:provider.stage}
createRoute53Record: false
custom:
customDomain:
domainName: slack.team-joon.com
basePath: ''
stage: ${self:provider.stage}
createRoute53Record: false

0 comments on commit 6235fad

Please sign in to comment.