cloudflare/cloudflared

Public

mirrored fromhttps://github.com/cloudflare/cloudflaredAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2026.5.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.ci/github.gitlab-ci.yml

17lines · modecode

1include:
2 - local: .ci/commons.gitlab-ci.yml
3
4######################################
5### Sync master branch with Github ###
6######################################
7push-github:
8 stage: sync
9 rules:
10 - !reference [.default-rules, run-on-master]
11 script:
12 - ./.ci/scripts/github-push.sh
13 secrets:
14 CLOUDFLARED_DEPLOY_SSH_KEY:
15 vault: gitlab/cloudflare/tun/cloudflared/_branch/master/cloudflared_github_ssh/data@kv
16 file: false
17 cache: {}
18