Deploy feature branch dont-use-fnr-in-url by @holymaloney #299
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |