Skip to content

Commit

Permalink
Merge pull request #126 from Dwolla/serverless-v3
Browse files Browse the repository at this point in the history
Resolve serverless v3 breaking changes
  • Loading branch information
DhruvPhumbhra authored Oct 6, 2023
2 parents a564c8c + cc0b9a4 commit 9940006
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions serverless.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
configValidationMode: off
frameworkVersion: ^2.39.1

service:
name: scheduled-maintenance
config:
accountId: ${env:CLOUDFLARE_ACCOUNT_ID}
zoneId: ${env:CLOUDFLARE_ZONE_ID}
service: scheduled-maintenance

config:
accountId: ${env:CLOUDFLARE_ACCOUNT_ID}
zoneId: ${env:CLOUDFLARE_ZONE_ID}

provider:
name: cloudflare
Expand Down

0 comments on commit 9940006

Please sign in to comment.