Skip to content

Commit

Permalink
update dep job
Browse files Browse the repository at this point in the history
  • Loading branch information
anmho committed Apr 28, 2024
1 parent 217d19e commit c8d1a04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Deploy main branch development

on:
pull_request:
types: [closed]
push:
branches:
- main

Expand All @@ -22,7 +21,7 @@ jobs:
- name: serverless deploy
uses: serverless/github-action@v3.2
with:
args: serverless deploy --stage production
args: deploy --stage production

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit c8d1a04

Please sign in to comment.