meowthamatical-chatbot / .github /workflows /azure-auto-deploy.yml
Jingni (Janet) Cai
Update azure-auto-deploy.yml
489081f unverified
raw
history blame contribute delete
557 Bytes
name: Azure Container Apps Deploy
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Log in to Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Build and deploy Container App
uses: azure/container-apps-deploy-action@v1
with:
appSourcePath: ${{ github.workspace }}
acrName: ca49831841baacr
containerAppName: group5-cs4-auto
resourceGroup: ds553