Skip to content

Commit

Permalink
Update deployment workflow for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 5, 2024
1 parent 22c619f commit 0eb675c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- DEVOPS-2599-cors-issue-update
workflow_dispatch:
inputs:
environment:
Expand All @@ -18,6 +17,5 @@ jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml
with:
environment: staging
# environment: ${{ inputs.environment || 'dev' }}
environment: ${{ inputs.environment || 'dev' }}
secrets: inherit

0 comments on commit 0eb675c

Please sign in to comment.