Skip to content

Commit

Permalink
Add or update the Azure App Service build and deployment workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDroid999 committed Jul 11, 2023
1 parent 5b04eef commit 4f2dfe1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main_pdd-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
source venv/bin/activate
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flask numpy tensorflow werkzeug
run: pip install -r requirements.txt

# Optional: Add step to run tests here (PyTest, Django test suites, etc.)

Expand Down Expand Up @@ -62,4 +60,4 @@ jobs:
with:
app-name: 'pdd-ai'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_E0899F59A0CC420D976DD3E46BD83D41 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_ABDC1073C6164307ABA03ABA17062A21 }}

0 comments on commit 4f2dfe1

Please sign in to comment.