Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
cablej committed Oct 27, 2024
1 parent 289dd92 commit fa4d6bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ provider:
- s3:*
Resource: 'arn:aws:s3:::ransomwhere'

serverless-offline:
noPrependStageInUrl: true
# serverless-offline:
# noPrependStageInUrl: true

environment:
MONGO_URI: ${env:MONGO_URI}
NODE_ENV: ${env:NODE_ENV}
# environment:
# MONGO_URI: ${env:MONGO_URI}
# NODE_ENV: ${env:NODE_ENV}

plugins:
- serverless-offline
Expand Down

0 comments on commit fa4d6bd

Please sign in to comment.