Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Feb 25, 2023
1 parent d591276 commit e8e437b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .github/actions/yarn-build/action.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/yarn-install
- uses: ./.github/actions/env-read-file
- uses: ./.github/actions/yarn-build
- uses: ./.github/actions/cache-db
with:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
- uses: ./.github/actions/cache-build
- run: yarn db-seed
- run: yarn build

0 comments on commit e8e437b

Please sign in to comment.