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
ddunne6 committed May 12, 2023
1 parent b9a76bc commit 75f6170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_eurovote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python version
uses: actions/setup-python@v1
with:
python-version: '3.9'
python-version: '3.11'

- name: Create and start virtual environment
run: |
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
with:
app-name: 'eurovote'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_1FC15C713AC6416EB7D1DF4AC579A1FE }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B3A8C5BCF7FE45AA921A47E2DB74B902 }}

0 comments on commit 75f6170

Please sign in to comment.