diff --git a/.github/workflows/master_hello-world4567.yml b/.github/workflows/master_hello-world4567.yml new file mode 100644 index 0000000..397aae7 --- /dev/null +++ b/.github/workflows/master_hello-world4567.yml @@ -0,0 +1,34 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy Python app to Azure Web App - hello-world4567 + +on: + push: + branches: + - master + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@master + + - name: Set up Python version + uses: actions/setup-python@v1 + with: + python-version: '3.7' + + - name: Build using AppService-Build + uses: azure/appservice-build@v2 + with: + platform: python + platform-version: '3.7' + + - name: 'Deploy to Azure Web App' + uses: azure/webapps-deploy@v2 + with: + app-name: 'hello-world4567' + slot-name: 'production' + publish-profile: ${{ secrets.AzureAppService_PublishProfile_795f55c40f3a417db5b07c2234d51afc }} \ No newline at end of file