Skip to content

Commit

Permalink
echo service name
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 4, 2024
1 parent 68780ad commit a78d60c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ set -e

cd "${BASH_SOURCE%/*}"

export SERVICE_NAME="replace-me"
# export SERVICE_NAME="replace-me"
echo $SERVICE_NAME

pipenv install --dev
pipenv run python ../manage.py migrate --noinput
pipenv run python ../manage.py load_fixtures api
pipenv run python ../manage.py collectstatic --noinput --clear
# pipenv install --dev
# pipenv run python ../manage.py migrate --noinput
# pipenv run python ../manage.py load_fixtures api
# pipenv run python ../manage.py collectstatic --noinput --clear

# wget -O - https://raw.githubusercontent.com/ocadotechnology/codeforlife-template-backend/backend_template/scripts/setup | bash

0 comments on commit a78d60c

Please sign in to comment.