makeifle: make migrate

This commit is contained in:
realaravinth
2021-07-07 18:20:06 +05:30
parent 5fa668ad97
commit eb5c0164dc
3 changed files with 15 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Run migrations
run: make migrations
run: make migrate
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres