diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 888d356..d2eaac2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/source_codes/flask/test.py b/source_codes/flask/test.py index fbedef4..deee425 100644 --- a/source_codes/flask/test.py +++ b/source_codes/flask/test.py @@ -65,3 +65,4 @@ def fetch_page_content(): # 함수 호출 fetch_page_content() +fetch_page_content() #배포 테스트