Skip to content

Commit

Permalink
Uncomment Azure login step
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc authored Feb 3, 2022
1 parent f76c458 commit 25e6645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.18.0
# - uses: azure/login@v1
# with:
# creds: ${{ secrets.AZURE_PROD_CREDENTIALS }}
- uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_PROD_CREDENTIALS }}
- uses: azure/docker-login@v1
with:
login-server: ${{ secrets.AZURE_PROD_REGISTRY_URL }}
Expand Down

0 comments on commit 25e6645

Please sign in to comment.