Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gramcracker40 committed May 1, 2023
2 parents 2a9f642 + 62f00ab commit 8c1173d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main_greenwatch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-action
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions

name: Build and deploy Python app to Azure Web App - greenwatch

Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
source venv/bin/activate
- name: Install dependencies
run: pip install -r Backend/Server/requirements.txt
run: pip install -r requirements.txt

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

Expand Down Expand Up @@ -60,5 +60,4 @@ jobs:
with:
app-name: 'greenwatch'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_E1130BCD4B124AB4B44F27DF5AB25E7B }}

publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_7E136301765E406B979F9F28392B8EA1 }}

0 comments on commit 8c1173d

Please sign in to comment.