Skip to content

Commit cff9c6b

Browse files
committed
config: Pre Steps to CD
1 parent 7af9016 commit cff9c6b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/CD.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,18 @@ jobs:
1616
- name: Azure Login
1717
uses: azure/login@v1
1818
with:
19-
creds: ${{ secrets.AZURE_CREDENTIALS }}
19+
credentials: ${{ secrets.AZURE_CREDENTIALS }}
2020

2121
- name: Checkout Repository
22-
uses: actions/checkout@master
23-
22+
uses: actions/checkout@master
23+
- name: Azure CLI script
24+
uses: azure/CLI@v1
25+
with:
26+
azcliversion: 2.0.72
27+
inlineScript: |
28+
az account show
29+
az storage -h{}
30+
2431
- uses: actions/setup-node@v1
2532
with:
2633
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)