mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
feat: Add eb extension to increase deploy timeout to 30 minutes (#7049)
This commit is contained in:
parent
f415810a0f
commit
ee3aa056f9
1 changed files with 4 additions and 0 deletions
4
.ebextensions/01-increase-timeout.config
Normal file
4
.ebextensions/01-increase-timeout.config
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
option_settings:
|
||||
- namespace: aws:elasticbeanstalk:command
|
||||
option_name: Timeout
|
||||
value: 1800
|
||||
Loading…
Reference in a new issue