Skip to content

Commit

Permalink
explicit path
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Nov 29, 2023
1 parent 18d81cd commit 27dbe56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/apply-remote-migrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ docker-compose -f docker-compose.ci.yml --env-file .env.ci up -d
echo "Done."

echo "Applying migrations..."
docker-compose -f docker-compose.ci.yml exec web python ./manage.py migrate
# stop script and report errors??
docker-compose -f docker-compose.ci.yml exec web python /tdpapp/manage.py migrate
echo "Done."

echo "Cleaning up..."
Expand Down

0 comments on commit 27dbe56

Please sign in to comment.