Skip to content

Commit

Permalink
pr close
Browse files Browse the repository at this point in the history
  • Loading branch information
anmho committed Apr 28, 2024
1 parent d707af6 commit fc56b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Deploy main branch development

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

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

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit fc56b6f

Please sign in to comment.