Skip to content

Commit

Permalink
flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed May 25, 2024
1 parent da44834 commit 1a2f373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Serverless deploy
uses: serverless/github-action@master
with:
args: deploy
args: -c "serverless plugin install --name serverless-python-requirements && serverless deploy"
entrypoint: /bin/sh
env:
# To link with your Serverless Framework account, equivalent to login
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
Expand Down

0 comments on commit 1a2f373

Please sign in to comment.