Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m7s

This commit is contained in:
Evrard Van Espen
2025-11-20 19:03:43 +00:00
parent 1e1f25f3ff
commit 374909497a
2 changed files with 16 additions and 17 deletions

View File

@@ -6,24 +6,24 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# - name: Login to container registry - name: Login to container registry
# uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
# with: with:
# registry: https://git.vanespen.dev registry: https://git.vanespen.dev
# username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
# password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
# - name: Set up Docker Buildx - name: Set up Docker Buildx
# uses: https://github.com/docker/setup-buildx-action@v3 uses: https://github.com/docker/setup-buildx-action@v3
# - name: Build and push - name: Build and push
# uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v6
# with: with:
# context: . context: .
# push: true push: true
# pull: true pull: true
# no-cache: true no-cache: true
# tags: "git.vanespen.dev/evanespen/blog:latest" tags: "git.vanespen.dev/evanespen/blog:latest"
- name: Setup Kubectl - name: Setup Kubectl
run: | run: |
mkdir ~/.kube mkdir ~/.kube

View File

@@ -8,7 +8,6 @@ spec:
source: source:
repoURL: "https://git.vanespen.dev/evanespen/blog" repoURL: "https://git.vanespen.dev/evanespen/blog"
path: "k8s" path: "k8s"
targetRevision: developer
destination: destination:
server: "https://kubernetes.default.svc" server: "https://kubernetes.default.svc"
namespace: argocd namespace: argocd