Skip to content

Merge remote-tracking branch 'refs/remotes/origin/main' #12

Merge remote-tracking branch 'refs/remotes/origin/main'

Merge remote-tracking branch 'refs/remotes/origin/main' #12

Workflow file for this run

name: Deploy to Azure
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Azure CLI
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
- name: Deploy to Azure App Service
uses: azure/webapps-deploy@v2
with:
app-name: 'Email-categorization '