Skip to content

Deploy feature branch dont-use-fnr-in-url by @holymaloney #299

Deploy feature branch dont-use-fnr-in-url by @holymaloney

Deploy feature branch dont-use-fnr-in-url by @holymaloney #299

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
jobs:
dev-ekstern:
name: Deploy to dev extern
uses: navikt/aktivitetsplan/.github/workflows/deploy-ekstern.yml@main
with:
kommando: npm run build:dev-ekstern
bucket: aktivitetsplan-dev
secrets:
GCS_SA_KEY: ${{ secrets.GCS_SA_KEY_DEV }}
dev-intern:
name: Deploy application to dev intern
uses: navikt/aktivitetsplan/.github/workflows/deploy-intern.yml@main
with:
kommando: npm run build:dev-intern
bucket: aktivitetsplan-dev-intern