Skip to content

Commit

Permalink
Echo connection url to make sure it's correct
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaKattainen committed Feb 14, 2022
1 parent b3f5ab6 commit 80dec62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
yarn install
yarn build
- name: run database migrations
run: DATABASE_URL=${{ secrets.DATABASE_URL_PRODUCTION }} yarn migrate-up
run: echo ${{ secrets.DATABASE_URL_PRODUCTION }} && 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 80dec62

Please sign in to comment.