Skip to content

Commit 3584183

Browse files
committed
updated codedeploy
1 parent 8de8156 commit 3584183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codedeploy/application_start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ fi
1111
cd /opt/provisioning
1212

1313
cat << EOF > inventory
14-
[deploy]
14+
[webservers]
1515
localhost
1616
EOF
1717

18-
ansible-playbook -i inventory --connection=local -e "deploy_bucket=${S3_DEPLOY_BUCKET}" site.yml
18+
ansible-playbook -i inventory --connection=local -e "deploy_bucket=${S3_DEPLOY_BUCKET}" site.yml --tags deploy
1919
)

0 commit comments

Comments
 (0)