Skip to content

refactor: update dependencies #29

refactor: update dependencies

refactor: update dependencies #29

name: deployment-web-dev
on:
push:
branches:
- dev
paths:
- '.github/workflows/deployment-web.yml'
- '.github/workflows/deployment-web-dev.yml'
- 'src/Squidlr/**'
- 'src/Squidlr.Web/**'
workflow_dispatch:
env:
# Disable the .NET logo in the console output.
DOTNET_NOLOGO: true
# Disable the .NET first time experience to skip caching NuGet packages and speed up the build.
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
# Disable sending .NET CLI telemetry to Microsoft.
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
deployment:
uses: ./.github/workflows/deployment-web.yml
with:
environment: staging
secrets: inherit
permissions:
statuses: write
checks: write
contents: write
pull-requests: write
actions: write