Skip to content

Commit

Permalink
fix db upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com>
  • Loading branch information
Nischay-Pro committed Sep 14, 2023
1 parent ace050f commit 83c5425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Keep running flexmeasures container in background
run: docker run -t -d --env-file .env --network=host --name flexmeasures flexmeasures:latest
- name: Execute database upgrade
run: docker exec --env-file .env flexmeasures flexmeasures:latest flexmeasures
run: docker exec --env-file .env flexmeasures flexmeasures
db upgrade
- name: Add toy user
run: docker exec --env-file .env flexmeasures flexmeasures
Expand Down

0 comments on commit 83c5425

Please sign in to comment.