Skip to content

Continuous Deployment #1

Continuous Deployment

Continuous Deployment #1

Workflow file for this run

name: Continuous Deployment
on:
workflow_run:
workflows: [Continuous Integration]
types: [completed]
branches: [main, master]
name: Continuous Deployment
jobs:
cd:
name: Release
uses: cncsc/actions/.github/workflows/semantic-release.yaml@main
with:
environment: prod
secrets:
GIT_TOKEN_BASIC: ${{ secrets.GIT_TOKEN_BASIC }}