Skip to content

Commit 8a3020c

Browse files
committed
v.2 & fail
1 parent 7acc850 commit 8a3020c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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>1 one</h2>
30+
<h2>2 two</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>

scripts/after_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ elif which apt-get &>/dev/null; then
66
echo "apt-get"
77
fi
88

9-
#echo "Sleeping..."
10-
#sleep 120
11-
#echo "...Done!"
9+
echo "Sleeping..."
10+
sleep 120
11+
echo "...Done!"

0 commit comments

Comments
 (0)