Repo templates

This commit is contained in:
Sahil Ahuja 2025-02-14 00:39:03 +05:30
parent 4c36c5ac34
commit e1e8faa21e
3 changed files with 33 additions and 0 deletions

View 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

View 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

8
.github/repo-templates/repolist.txt vendored Normal file
View File

@ -0,0 +1,8 @@
#Place this in .github/repolist.txt
#repo list
#FORMAT: image_name kustomization.yaml_path
## Used when the main branch of some repo gets built
repo2.hub.gmetri.io/gmetrivr/fs-ui ui/ui-1main/kustomization.yaml
repo2.hub.gmetri.io/gmetrivr/fs-learn-ui ui/ui-1main/kustomization.yaml
repo2.hub.gmetri.io/gmetrivr/dt-ui ui/ui-1main/kustomization.yaml