Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 21, 2024
1 parent bfe7964 commit f04091e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ provider:
APP_ENV: prod
EXTERNALS_APP_VERSION: ${env:GITHUB_RUN_ID}
DATABASE_NAME: 'externals-prod'
#DATABASE_HOST: ${ssm:/externals/db/host}
#DATABASE_PORT: 3306
DATABASE_USER: ${ssm:/externals/db/user}
DATABASE_PASSWORD: ${ssm:/externals/db/password}
ALGOLIA_APP_ID: KSTITII7EC
Expand Down Expand Up @@ -112,10 +114,10 @@ functions:
environment:
BREF_LOOP_MAX: '1'
events:
# - schedule:
# rate: rate(15 minutes)
# # Only enabled in production
# enabled: ${param:isProd}
- schedule:
rate: rate(15 minutes)
# Only enabled in production
enabled: ${param:isProd}

console:
handler: console
Expand Down

0 comments on commit f04091e

Please sign in to comment.