Skip to content

Commit

Permalink
stop removing source pre-deploy
Browse files Browse the repository at this point in the history
andrewkrug committed Jul 12, 2017
1 parent 82db551 commit 1286e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prep-deploy.sh
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@ cd /home/ec2-user/app
/usr/local/bin/docker-compose stop
/usr/local/bin/docker-compose rm -f

rm -rf /home/ec2-user/app
# rm -rf /home/ec2-user/app

mkdir -p /home/ec2-user/app
# mkdir -p /home/ec2-user/app

#Grab an ECR Login
aws ecr get-login --region us-west-2 | bash

0 comments on commit 1286e23

Please sign in to comment.