This commit is contained in:
2025-04-17 14:36:06 +03:00
parent 6480491205
commit 3fa02db9d3
3 changed files with 29 additions and 6 deletions

View File

@@ -23,12 +23,6 @@ on:
required: true
jobs:
prenotify:
uses: HUB/workflows/.github/workflows/notify.yaml@main
with:
result: 'started'
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
secrets: inherit
deploy:
runs-on: ubuntu-latest
env:
@@ -36,6 +30,8 @@ jobs:
CR_REPO: ${{ github.event.repository.name }}
TAG: ${{ inputs.tag }}
steps:
- name: notify
uses: ./gitea/actions/notify
- name: Argo Login
uses: clowdhaus/argo-cd-action/@main
with: