Skip to content

Commit

Permalink
init databases on live deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
glencoden committed Jan 4, 2023
1 parent fbea23f commit 411e4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
docker compose down --rmi local
docker image prune -f
docker compose up -d --build
npm run init-databases
ENDSSH

0 comments on commit 411e4d7

Please sign in to comment.