Skip to content

Commit

Permalink
Added workflow for manual deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkata Challa committed Apr 19, 2024
1 parent 47a8c50 commit 89d6fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Deploy App to ${{ github.event.inputs.environment }}
id: deploy_app
Expand Down

0 comments on commit 89d6fb9

Please sign in to comment.