Skip to content

Commit

Permalink
fix: add migrations back to the server entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaFur committed Nov 24, 2023
1 parent 936253f commit 2733c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/prod/entrypoint.server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

cd packages/api-v2
echo "Running on commit: $COMMIT_HASH"
# yarn typeorm migration:run
yarn typeorm migration:run
exec "$@"

0 comments on commit 2733c07

Please sign in to comment.