Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
깃헙 배포 자동화
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmin1325 committed Aug 27, 2024
1 parent 8a6e0fd commit 1bac02f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
uses: actions/checkout@v3

- name: Set up Azure CLI
uses: azure/setup-azure-cli@v1
with:
azure-cli-version: '2.x'
run: |
sudo apt-get update
sudo apt-get install -y ca-certificates curl apt-transport-https lsb-release gnupg
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
- name: Login to Azure
uses: azure/login@v1
Expand Down

0 comments on commit 1bac02f

Please sign in to comment.