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: Pre Steps to CD
  • Loading branch information
diegotony committed Mar 25, 2021
commit cff9c6bb35e36f7921d90cc042e2dfc32b0a35c2
13 changes: 10 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ jobs:
- name: Azure Login
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
credentials: ${{ secrets.AZURE_CREDENTIALS }}

- name: Checkout Repository
uses: actions/checkout@master

uses: actions/checkout@master
- name: Azure CLI script
uses: azure/CLI@v1
with:
azcliversion: 2.0.72
inlineScript: |
az account show
az storage -h{}

- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down