Skip to content

Commit a8e623f

Browse files
committed
config: Serverless Config
1 parent a5e925a commit a8e623f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/CD.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ jobs:
3434
- name: Decrypt Secrets
3535
run: make sops-decrypt-nodejs
3636

37+
- name: Install NodeJs dependencies
38+
run: make install-dependencies-nodejs
39+
40+
- name: Install Serverless Framework
41+
run: sudo npm install -g serverless
42+
43+
- name: Install Serverless Framework
44+
run: make install-serverless-plugins

0 commit comments

Comments
 (0)