Skip to content

refactor k8s to be one file #5

refactor k8s to be one file

refactor k8s to be one file #5

on:
push:
branches:
- "**"
pull_request:
branches:
- "main"
jobs:
build-and-deploy:
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/node-build-and-deploy.yml@feat/node-workflows
with:
ENVIRONMENT: "stage"
NODE_VERSION: "20.17.0"
SET_ENV: true
BUILD_OUTPUT_PATH: ".next"
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}
VAULT_SECRET_PATH: kv/team/text/data
VAULT_ROLE_ID: ${{ secrets.VAULT_ROLE_ID }}
VAULT_SECRET_ID: ${{ secrets.VAULT_SECRET_ID }}