Skip to content

Commit

Permalink
settings: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 7, 2023
1 parent 2aacb68 commit fb8552c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions clevercloud/review_app_after_succes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ if [ "$SKIP_FIXTURES" = true ] ; then
fi

echo "Loading data"
PGPASSWORD=$POSTGRESQL_ADDON_PASSWORD \
PGDATABASE=$POSTGRESQL_ADDON_DB \
PGHOST=$POSTGRESQL_ADDON_HOST \
PGPORT=$POSTGRESQL_ADDON_PORT \
PGUSER="$POSTGRESQL_ADDON_USER" \

cd $APP_HOME
source ./venv/bin/activate

bash -c "./manage.py loaddata fixtures/validation_fixtures.json"
python manage.py loaddata fixtures/validation_fixtures.json

0 comments on commit fb8552c

Please sign in to comment.