Skip to content

Instantly share code, notes, and snippets.

@GuillaumeFalourd
Created March 7, 2023 16:40
Show Gist options
  • Save GuillaumeFalourd/15066c57ec77fff138d052c2d128b366 to your computer and use it in GitHub Desktop.
Save GuillaumeFalourd/15066c57ec77fff138d052c2d128b366 to your computer and use it in GitHub Desktop.
Gist related to a Git Flow article using Release Candidate Branches for deploy
name: Deploy (PROD)
on:
release:
types:
- published
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
[ ... ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment