Skip to content

Commit

Permalink
Cleanup unneeded arg to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 22, 2023
1 parent 700e9e9 commit 76d0f76
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions deploy/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
# environment. It needs to be genericized!
set -euo pipefail

ref="${1:-}"

if [ -z "${ref}" ]; then
echo "ERROR: A Git ref must be provided as an argument."
exit 1
fi

# Restart the luigi container, leaving the webserver up
source VERSION.env

# Restart the luigi container, leaving the webserver up
docker-compose rm -sf luigi
docker system prune -af
docker-compose up --build -d

0 comments on commit 76d0f76

Please sign in to comment.