Spaces:
Build error
Build error
| 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 | |