Skip to content

Commit

Permalink
Remove running migrations on release (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaKattainen authored Dec 9, 2021
1 parent 6f86175 commit d0f5605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
# deploy to Azure Web App.
yarn install
yarn build
- name: run database migrations
run: DATABASE_URL=${{ secrets.DATABASE_URL_PRODUCTION }} yarn migrate-up
- name: copy web.config and node_modules to dist
run: |
cp web.config dist/web.config
Expand Down

0 comments on commit d0f5605

Please sign in to comment.