Skip to content

Commit 70a94ee

Browse files
committed
Disabled ELB/ASG support
1 parent 8ed8a1f commit 70a94ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ files:
55
destination: /var/www/html/
66
hooks:
77
ApplicationStop:
8-
- location: scripts/deregister_from_elb.sh
8+
# - location: scripts/deregister_from_elb.sh
99
- location: scripts/application_stop.sh
1010
timeout: 60
1111
runas: root
@@ -20,4 +20,4 @@ hooks:
2020
- location: scripts/application_start.sh
2121
timeout: 60
2222
runas: root
23-
- location: scripts/register_with_elb.sh
23+
# - location: scripts/register_with_elb.sh

0 commit comments

Comments
 (0)