chore: update flux
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m32s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m32s
This commit is contained in:
12
clusters/app/flux-deploy.sh
Executable file
12
clusters/app/flux-deploy.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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=./
|
||||
Reference in New Issue
Block a user