Updating template
This commit is contained in:
parent
e1e8faa21e
commit
2696bd5f1d
11
.github/repo-templates/nm-update-2rc.yml
vendored
Normal file
11
.github/repo-templates/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
.github/repo-templates/nm-update-3prod.yml
vendored
Normal file
11
.github/repo-templates/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
|
||||||
Loading…
x
Reference in New Issue
Block a user