We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3020c commit 2e76970Copy full SHA for 2e76970
index.html
@@ -27,7 +27,7 @@
27
<body>
28
<div align="center">
29
<h1>Congratulations</h1>
30
- <h2>2 two</h2>
+ <h2>3 three</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