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 0fc487b commit cd0ceba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Deploy to Azure Web App
working-directory: source_codes/flask
run: |
az webapp up --runtime PYTHON:3.9 --sku B1 --logs --resource-group rg-QuickChan --location KoreaCentral
1 change: 1 addition & 0 deletions source_codes/flask/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ def fetch_page_content():

# 함수 호출
fetch_page_content()
fetch_page_content() #배포 테스트

0 comments on commit cd0ceba

Please sign in to comment.