Skip to content

Commit

Permalink
Merge pull request #3 from bcantoni/update-actions
Browse files Browse the repository at this point in the history
Update Python and actions
  • Loading branch information
bcantoni authored Sep 24, 2023
2 parents 00dec48 + 814ef6f commit 96652e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/master_gatos-jabra-buster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
push:
branches:
- master
pull_request:
types: [opened, reopened]

env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
PYTHON_VERSION: '3.8' # set this to the python version to use (supports 3.6, 3.7, 3.8)
PYTHON_VERSION: '3.9' # set this to the python version to use (supports 3.6, 3.7, 3.8)

jobs:
build-and-deploy:
Expand All @@ -20,7 +22,7 @@ jobs:
uses: actions/checkout@master

- name: Setup Python ${{ env.PYTHON_VERSION }} Environment
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand All @@ -39,4 +41,4 @@ jobs:
app-name: 'gatos-jabra-buster'
slot-name: 'production'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ secrets.AzureAppService_PublishProfile_450022c7ee5248a2989ddf8811efe9f8 }}
publish-profile: ${{ secrets.AzureAppService_PublishProfile_450022c7ee5248a2989ddf8811efe9f8 }}

0 comments on commit 96652e4

Please sign in to comment.