We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acc850 commit 8a3020cCopy full SHA for 8a3020c
index.html
@@ -27,7 +27,7 @@
27
<body>
28
<div align="center">
29
<h1>Congratulations</h1>
30
- <h2>1 one</h2>
+ <h2>2 two</h2>
31
<h2>This application was deployed using AWS CodeDeploy from GitHub.</h2>
32
<p>For next steps, read the <a href="http://aws.amazon.com/documentation/codedeploy">AWS CodeDeploy Documentation</a>.</p>
33
</div>
scripts/after_install.sh
@@ -6,6 +6,6 @@ elif which apt-get &>/dev/null; then
6
echo "apt-get"
7
fi
8
9
-#echo "Sleeping..."
10
-#sleep 120
11
-#echo "...Done!"
+echo "Sleeping..."
+sleep 120
+echo "...Done!"
0 commit comments