Skip to content

Commit 32c8f84

Browse files
authoredMay 23, 2024
Update ci-cd.yml
1 parent a4300be commit 32c8f84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/ci-cd.yml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: '16'
2121
cache: 'npm'
22+
cache-dependency-path: pdf-service/package-lock.json
2223

2324
- name: Clean npm cache
2425
run: npm cache clean --force
@@ -42,3 +43,8 @@ jobs:
4243
- name: Deploy service
4344
run: npx serverless deploy
4445
working-directory: pdf-service
46+
47+
48+
- name: Deploy service
49+
run: npx serverless deploy
50+
working-directory: pdf-service

0 commit comments

Comments
 (0)