Organizing repo templates
This commit is contained in:
parent
5225763586
commit
81c7700e22
11
repo-template/cs-repo/.github/workflows/cs-update-push.yml
vendored
Normal file
11
repo-template/cs-repo/.github/workflows/cs-update-push.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Update Repo Version
|
||||||
|
|
||||||
|
on:
|
||||||
|
issue_comment:
|
||||||
|
types: [created]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
cs-update-push:
|
||||||
|
uses: gmetribin/deploy-tools/.github/workflows/cs-update-push.yml@v1.1.21
|
||||||
|
secrets: inherit
|
||||||
14
repo-template/cs-repo/.github/workflows/nm-update-1dev.yml
vendored
Normal file
14
repo-template/cs-repo/.github/workflows/nm-update-1dev.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Deploy to dev
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push: # Push events on every tag / only for nm-dev
|
||||||
|
tags:
|
||||||
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
nm-update-dev:
|
||||||
|
uses: gmetribin/deploy-tools/.github/workflows/nm-update.yml@v1.1.21
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
nm_repo: gmetrivr/nm-dev
|
||||||
11
repo-template/cs-repo/.github/workflows/nm-update-2rc.yml
vendored
Normal file
11
repo-template/cs-repo/.github/workflows/nm-update-2rc.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Deploy to rc
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
nm-update-rc:
|
||||||
|
uses: gmetribin/deploy-tools/.github/workflows/nm-update.yml@v1.1.21
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
nm_repo: gmetrivr/nm-rc
|
||||||
11
repo-template/cs-repo/.github/workflows/nm-update-3prod.yml
vendored
Normal file
11
repo-template/cs-repo/.github/workflows/nm-update-3prod.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Deploy to prod
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
nm-update-prod:
|
||||||
|
uses: gmetribin/deploy-tools/.github/workflows/nm-update.yml@v1.1.21
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
nm_repo: gmetrivr/nm-prod
|
||||||
0
repo-template/node-based-repo/.github/archive/.gitkeep
vendored
Normal file
0
repo-template/node-based-repo/.github/archive/.gitkeep
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user