Skip to content

Commit

Permalink
ci: fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 12, 2023
1 parent d39ce1f commit d68f3d0
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,19 +149,15 @@ jobs:
ALLOWED_ORIGINS: "*"

steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
with:
version: 7
- uses: actions/checkout@v3
# with:
# submodules: 'true'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- name: Install dependencies
run: |
pnpm install
- name: 📥 Monorepo install
uses: ./.github/actions/pnpm-install

- name: "Run prisma DB migrations"
run: |
Expand Down

0 comments on commit d68f3d0

Please sign in to comment.