ci: fix gitops checkout and remove demo workflow
This commit is contained in:
@@ -62,9 +62,10 @@ jobs:
|
|||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout GitOps Repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
repository: khalil/tamagotchi-gitops
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
- name: Update ArgoCD k8s.yaml Manifest
|
- name: Update ArgoCD k8s.yaml Manifest
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
name: Demo
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: echo "Hello Gitea Actions"
|
|
||||||
Reference in New Issue
Block a user