Skip to content

Commit d68f3d0

Browse files
committed
ci: fix deploy script
1 parent d39ce1f commit d68f3d0

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,15 @@ jobs:
149149
ALLOWED_ORIGINS: "*"
150150

151151
steps:
152-
- uses: actions/checkout@v2
153-
- uses: pnpm/[email protected]
154-
with:
155-
version: 7
152+
- uses: actions/checkout@v3
153+
# with:
154+
# submodules: 'true'
156155
- name: Use Node.js ${{ matrix.node-version }}
157156
uses: actions/setup-node@v3
158157
with:
159158
node-version: ${{ matrix.node-version }}
160-
cache: 'pnpm'
161-
162-
- name: Install dependencies
163-
run: |
164-
pnpm install
159+
- name: 📥 Monorepo install
160+
uses: ./.github/actions/pnpm-install
165161

166162
- name: "Run prisma DB migrations"
167163
run: |

0 commit comments

Comments
 (0)