File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4040 - name : Install Serverless Framework
4141 run : sudo npm install -g serverless
4242
43- - name : Install Serverless Framework
43+ - name : Install Serverless Plugins
44+ run : make install-serverless-plugins
45+
46+ - name : Deploy
4447 run : make install-serverless-plugins
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ install-dependencies-nodejs:
66 cd nodejs-functions ; pwd ; $(MAKE ) install-dependencies-nodejs
77
88install-serverless-plugins :
9- serverless plugin install --name serverless-azure-functions
9+ cd nodejs-functions ; pwd ; make install- serverless-plugins
1010
1111deploy-nodejs :
1212 cd nodejs-functions ; pwd ; $(MAKE ) deploy
Original file line number Diff line number Diff line change @@ -13,4 +13,7 @@ sops-encrypt:
1313 sops -e -i ${SECRETS}
1414
1515sops-decrypt :
16- sops -d -i ${SECRETS}
16+ sops -d -i ${SECRETS}
17+
18+ install-serverless-plugins :
19+ serverless plugin install --name serverless-azure-functions
You can’t perform that action at this time.
0 commit comments