mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
fix(EB): consolidate extensions (#7748)
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
option_settings:
|
|
||||||
- namespace: aws:elasticbeanstalk:command
|
|
||||||
option_name: Timeout
|
|
||||||
value: 1800
|
|
||||||
- namespace: aws:elb:policies
|
|
||||||
option_name: ConnectionSettingIdleTimeout
|
|
||||||
value: 900
|
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
option_settings:
|
||||||
|
- namespace: aws:elasticbeanstalk:command
|
||||||
|
option_name: Timeout
|
||||||
|
value: 1800
|
||||||
|
- namespace: aws:elb:policies
|
||||||
|
option_name: ConnectionSettingIdleTimeout
|
||||||
|
value: 900
|
||||||
commands:
|
commands:
|
||||||
01_sym_node:
|
01_sym_node:
|
||||||
command: "ln -sf $(ls -td /opt/elasticbeanstalk/node-install/node-* | head -1)/bin/node /bin/node"
|
command: "ln -sf $(ls -td /opt/elasticbeanstalk/node-install/node-* | head -1)/bin/node /bin/node"
|
||||||
|
|||||||
Reference in New Issue
Block a user