Seperate the script

This commit is contained in:
dvirlabs 2025-06-23 00:19:23 +03:00
parent f475eb7fa4
commit ff52ebe83e

View File

@ -6,7 +6,7 @@ steps:
image: alpine image: alpine
commands: commands:
- apk add --no-cache git bash curl yq - apk add --no-cache git bash curl yq
- bash automation/cloudflared-sync.sh - bash automation/main.sh
environment: environment:
GIT_TOKEN: GIT_TOKEN:
from_secret: GIT_TOKEN from_secret: GIT_TOKEN