docs-simoncor-net/.woodpecker/deployment.yaml
Simon Cornet 1ec97bef02
Some checks failed
ci/woodpecker/push/deployment Pipeline failed
ci/woodpecker/push/build Pipeline was successful
fix: add clone step to avoid mkdir issue
2026-05-18 16:06:59 +02:00

19 lines
478 B
YAML

---
when:
- event: "push"
branch: "main"
- event: "manual"
steps:
# deploy docs-simoncor-net
- name: "argo"
# 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.simoncor.net
--auth-token $ARGOCD_AUTH_TOKEN
--grpc-web