Skip to content

Commit 7d5454c

Browse files
committed
Move ApplicationStop's scripts to BeforeInstall
1 parent 5f51cd6 commit 7d5454c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appspec.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ permissions:
1818
type:
1919
- directory
2020
hooks:
21-
ApplicationStop:
21+
BeforeInstall:
2222
- location: scripts/deregister_from_elb.sh
2323
- location: scripts/application_stop.sh
2424
timeout: 60
2525
runas: root
26-
BeforeInstall:
2726
- location: scripts/before_install.sh
2827
timeout: 300
2928
runas: root

0 commit comments

Comments
 (0)