Skip to content

Deploy feature branch store-session-cache by @johatr #348

Deploy feature branch store-session-cache by @johatr

Deploy feature branch store-session-cache by @johatr #348

name: deploy feature branch
run-name: Deploy feature branch ${{ github.ref_name }} by @${{ github.actor }}
on:
workflow_dispatch:
concurrency:
group: deploy-feature-branch
cancel-in-progress: true
permissions:
contents: 'read'
id-token: 'write'
packages: 'write'
jobs:
dev-ekstern:
name: Deploy to dev extern
uses: ./.github/workflows/deploy-ekstern.yml
with:
kommando: npm run build:dev-ekstern
bucket: aktivitetsplan-dev
secrets:
GCS_SA_KEY: ${{ secrets.GCS_SA_KEY_DEV }}
READER_TOKEN: ${{ secrets.READER_TOKEN }}
dev-intern:
name: Deploy application to dev intern
uses: ./.github/workflows/deploy-intern.yml
with:
kommando: npm run build:dev-intern
bucket: aktivitetsplan-dev-intern
secrets:
READER_TOKEN: ${{ secrets.READER_TOKEN }}