Skip to content

Commit 567aa47

Browse files
committed
config: Deploy
1 parent 13fe5c3 commit 567aa47

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/CD.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ jobs:
3737
- name: Install NodeJs dependencies
3838
run: make install-dependencies-nodejs
3939

40-
- name: Install Serverless Framework
41-
run: sudo npm install -g serverless
40+
# - name: Install Serverless Framework
41+
# run: sudo npm install -g serverless
4242

43-
- name: Install Serverless Plugins
44-
run: make install-serverless-plugins
43+
# - name: Install Serverless Plugins
44+
# run: make install-serverless-plugins
4545

46-
- name: Deploy
47-
run: make deploy-nodejs
46+
- name: Install VPC Plugin and Deploy
47+
uses: serverless/github-action@v1.53.0
48+
with:
49+
args: -c "cd nodejs-functions ; pwd ; serverless plugin install --name serverless-azure-functions && serverless deploy"
50+
entrypoint: /bin/bash

0 commit comments

Comments
 (0)