Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

chore(deps): bump nox from 2023.4.22 to 2024.4.15 #505

chore(deps): bump nox from 2023.4.22 to 2024.4.15

chore(deps): bump nox from 2023.4.22 to 2024.4.15 #505

name: Deploy to staging
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize]
branches:
- main
jobs:
build-and-deploy-staging:
name: Call reusable workflow when pull request is created
if: github.event.pull_request.draft == false
uses: Informasjonsforvaltning/workflows/.github/workflows/build-deploy-nox.yaml@main
with:
app_name: fdk-fulltext-search
python_version: '3.8'
python_architecture: x64
environment: staging
cluster: digdir-fdk-dev
set_es_map_count: True
nox_image: True
run_safety: True
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GCP_SA_DIGDIR_FDK_GCR_KEY: ${{ secrets.GCP_SA_DIGDIR_FDK_GCR_KEY }}
DIGDIR_FDK_AUTODEPLOY: ${{ secrets.DIGDIR_FDK_DEV_AUTODEPLOY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
DEPENDABOT_SLACK_WEBHOOK_URL: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }}