From d0f5605369a6b7728ffedb7bac4f51a5b2a1dc98 Mon Sep 17 00:00:00 2001 From: MikaKattainen <55456573+MikaKattainen@users.noreply.github.com> Date: Thu, 9 Dec 2021 14:05:59 +0200 Subject: [PATCH] Remove running migrations on release (temporary) --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db744ff..dcd3ac9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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