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 224c7a6 commit e0e2b85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Fetch secrets from key vault
uses: azure/CLI@v1
Expand Down

0 comments on commit e0e2b85

Please sign in to comment.