Skip to content

Commit 26bdf69

Browse files
committed
v.4 & added ELB magic again
1 parent 2e76970 commit 26bdf69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<body>
2828
<div align="center">
2929
<h1>Congratulations</h1>
30-
<h2>3 three</h2>
30+
<h2>4 four</h2>
3131
<h2>This application was deployed using AWS CodeDeploy from GitHub.</h2>
3232
<p>For next steps, read the <a href="http://aws.amazon.com/documentation/codedeploy">AWS CodeDeploy Documentation</a>.</p>
3333
</div>

0 commit comments

Comments
 (0)