Files
go-example/clusters/app/flux-deploy.sh
root 4154c807b1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m32s
chore: update flux
2026-01-25 17:16:32 +08:00

13 lines
202 B
Bash
Executable File

#!/bin/bash
USER_NAME=Zpekii
BRANCH=main
URL=https://git.0orz.top/Zpekii/go-example.git
flux bootstrap git \
--url=$URL \
--branch=$BRANCH \
--username=$USER_NAME \
--token-auth=true \
--path=./