Skip to content

Commit 43d6a4c

Browse files
committed
Moved back scripts to ApplicationStop after testing's over :)
1 parent a671f06 commit 43d6a4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appspec.yml

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

0 commit comments

Comments
 (0)