Skip to content
Merged

CD #46

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
config: Check Azure Creds
  • Loading branch information
diegotony committed Mar 25, 2021
commit 52235e1bdb18a823b5e75c4ce3840bcd0c19b30a
12 changes: 5 additions & 7 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@master

- name: Azure CLI script
uses: azure/CLI@v1
- uses: azure/login@v1
with:
azcliversion: 2.0.72
inlineScript: |
az account show
az storage -h{}
creds: ${{ secrets.AZURE_CREDENTIALS }}

- run: |
az webapp list --query "[?state=='Running']"

- uses: actions/setup-node@v1
with:
Expand Down