Skip to content

Nextjs 14 and React 18 #1

Nextjs 14 and React 18

Nextjs 14 and React 18 #1

Workflow file for this run

name: Container App Deployment
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
build_and_deploy_job:
runs-on: ubuntu-latest
steps:
- name: Log in to Azure
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Build and deploy Container App
uses: azure/container-apps-deploy-action@v1
with:
appSourcePath: ${{ github.workspace }}
acrName: dddmelbourne
containerAppName: website