Skip to content

Commit 1a2f373

Browse files
committed
flow
1 parent da44834 commit 1a2f373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/sls.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- name: Serverless deploy
2929
uses: serverless/github-action@master
3030
with:
31-
args: deploy
31+
args: -c "serverless plugin install --name serverless-python-requirements && serverless deploy"
32+
entrypoint: /bin/sh
3233
env:
3334
# To link with your Serverless Framework account, equivalent to login
3435
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}

0 commit comments

Comments
 (0)