Skip to content

Run database migrations (Development) #10

Run database migrations (Development)

Run database migrations (Development) #10

name: Run database migrations (Development)
on:
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
run_migrations:
name: Update database in Development
uses: equinor/armada/.github/workflows/run_dotnet_migrations.yml@main
permissions:
contents: read
pull-requests: read
id-token: write
with:
environment: Development
working_directory: backend/api
azure_subscription_id: ${{ vars.AZURE_SUBSCRIPTION_ID }}