-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.cnb.yml
More file actions
28 lines (27 loc) · 859 Bytes
/
Copy path.cnb.yml
File metadata and controls
28 lines (27 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
"**":
push:
- imports:
- https://cnb.cool/ttf248/tokens/-/blob/main/env.yml
stages:
- name: sync to github
image: tencentcom/git-sync
settings:
target_url: https://github.com/ttf248/comic-reader.git
auth_type: https
username: ${GIT_USERNAME}
password: ${GIT_ACCESS_TOKEN}
branch: ${CNB_BRANCH}
force: true
web_trigger_sync:
- imports:
- https://cnb.cool/ttf248/tokens/-/blob/main/env.yml
stages:
- name: sync to github
image: tencentcom/git-sync
settings:
target_url: https://github.com/ttf248/comic-reader.git
auth_type: https
username: ${GIT_USERNAME}
password: ${GIT_ACCESS_TOKEN}
branch: ${CNB_BRANCH}
force: true