Skip to content

[HELPER] Deploy to Production #17

[HELPER] Deploy to Production

[HELPER] Deploy to Production #17

name: "[HELPER] Deploy to Production"
on:
workflow_dispatch:
inputs:
packageId:
description: "Package ID"
required: true
type: string
jobs:
deploy-to-production:
name: Deploy to Production
uses: navikt/crm-workflows-base/.github/workflows/deployPackage.yml@master
permissions:
contents: read
with:
packageId: ${{ inputs.packageId }}
org: prod
unpackagable: ./force-app/unpackagable-with-auto-deploy
secrets: inherit