We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da44834 commit 1a2f373Copy full SHA for 1a2f373
.github/workflows/sls.yml
@@ -28,7 +28,8 @@ jobs:
28
- name: Serverless deploy
29
uses: serverless/github-action@master
30
with:
31
- args: deploy
+ args: -c "serverless plugin install --name serverless-python-requirements && serverless deploy"
32
+ entrypoint: /bin/sh
33
env:
34
# To link with your Serverless Framework account, equivalent to login
35
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
0 commit comments