Skip to content

Commit

Permalink
Update deploy.sh to pull vs. build images
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Mar 25, 2022
1 parent fa8a81e commit 030db12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/autodeployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ echo "GITHUB_TOKEN=$3" >> $ENV_FILE
echo "JWT_SECRET=$(uuidgen)" >> $ENV_FILE


echo "Building $ENV Container"
docker-compose --env-file $ENV_FILE --project-name=$ENV build
echo "Pulling $ENV Containers"
docker-compose --env-file $ENV_FILE --project-name=$ENV pull

# Delete associated project orphans (services) and volumes
echo "Stopping "$OLD" Environment"
Expand Down

0 comments on commit 030db12

Please sign in to comment.