Skip to content

Commit 8de8156

Browse files
committed
updated codedeploy
1 parent 98461c3 commit 8de8156

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codedeploy/application_start.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/bin/sh
22

3+
if [ ! -e /opt/micropost/env.sh ]; then
4+
echo "This is a newly created instance. Deployment will be done in cloud-init."
5+
exit 0
6+
fi
7+
38
. /opt/micropost/env.sh
49

510
(

0 commit comments

Comments
 (0)