Skip to content

Commit

Permalink
Update sls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 authored May 25, 2024
1 parent af27b8a commit 050cd9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sls.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- master
workflow_dispatch:
# This allows the workflow to be manually triggered

Expand All @@ -17,10 +17,9 @@ jobs:

# Deployment of your project
- name: serverless deploy
uses: suprgames/serverless-github-action@v1.77
uses: serverless/github-action@master
with:
command: deploy
args: -v
args: deploy
env:
# To link with your Serverless Framework account, equivalent to login
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
Expand Down

0 comments on commit 050cd9f

Please sign in to comment.