Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 21, 2024
1 parent 8edcad8 commit 442b789
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ provider:
name: aws
region: eu-west-1
stage: prod
runtime: php-81
runtime: provided.al2
layers:
- ${bref:layer.php-81}
timeout: 10
environment:
APP_ENV: prod
Expand Down Expand Up @@ -120,7 +122,9 @@ functions:
console:
handler: console
timeout: 900
runtime: php-81-console
layers:
- ${bref:layer.php-81}
- ${bref:layer.console}

plugins:
- ./vendor/bref/bref
Expand Down

0 comments on commit 442b789

Please sign in to comment.