...
This commit is contained in:
@@ -48,9 +48,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup flarectl
|
- name: Setup flarectl
|
||||||
run: |
|
run: |
|
||||||
docker run -it --rm --entrypoint cat quay.io/aminvakil/flarectl:latest /usr/local/bin/flarectl > flarectl
|
if [ -z $(echo $GOPATH) ]; then
|
||||||
chmod +x flarectl
|
export GOPATH=$HOME/go
|
||||||
sudo mv flarectl /usr/local/bin/
|
fi
|
||||||
|
export PATH=$PATH:$GOPATH/bin
|
||||||
|
go env ${{ github.workspace }}
|
||||||
|
go install github.com/cloudflare/cloudflare-go/cmd/flarectl@latest
|
||||||
|
|
||||||
- name: Grab subdomains from Compose
|
- name: Grab subdomains from Compose
|
||||||
id: compose-domains
|
id: compose-domains
|
||||||
|
|||||||
Reference in New Issue
Block a user