Files
go-example/clusters/app/flux-deploy.sh
2026-01-25 21:26:44 +08:00

13 lines
214 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=./clusters/app