feat: move to forgejo
All checks were successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 16:01:59 +02:00
commit fc30bfcf7f
3 changed files with 45 additions and 2 deletions

View file

@ -0,0 +1,20 @@
---
skip_clone: true
when:
- event: "push"
branch: "main"
steps:
# deploy docs-simoncor-net
- name: "deploy"
# renovate: datasource=docker depName=quay.io/argoproj/argocd
image: "cr.simoncor.net/quay/argoproj/argocd:v3.4.2"
commands:
- argocd app actions run docs-simoncor-net restart
--kind Deployment
--resource-name docs-simoncor-net
--server argo.simocnor.net
--auth-token $ARGOCD_AUTH_TOKEN
--grpc-web