diff --git a/.github/workflows/master_physaci.yml b/.github/workflows/master_physaci.yml new file mode 100644 index 0000000..a7f7c24 --- /dev/null +++ b/.github/workflows/master_physaci.yml @@ -0,0 +1,33 @@ +# 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 - physaci + +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@v1 + with: + platform: python + + - name: 'Deploy to Azure Web App' + uses: azure/webapps-deploy@v1 + with: + app-name: 'physaci' + slot-name: 'production' + publish-profile: ${{ secrets.AzureAppService_PublishProfile_4e92bde43d604530a3bf366d0fc7e028 }} \ No newline at end of file