Skip to content

Commit

Permalink
fix: actions deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
him-bhutani7 committed Jan 16, 2024
1 parent 82ecc89 commit d8532b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
name: Build & Deploy PROD

on:
push:
branches:
- 'fix/actions-deployment'
workflow_call:
inputs:
tag:
required: true
type: string

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

0 comments on commit d8532b7

Please sign in to comment.