We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3043d17 commit 6ec6af5Copy full SHA for 6ec6af5
1 file changed
.cnb.yml
@@ -1,11 +1,17 @@
1
+.sync: &sync
2
+ - stages:
3
+ - name: Sync to GitHub
4
+ image: tencentcom/git-sync
5
+ settings:
6
+ target_url: https://github.com/Tencent/tdesign-vue-next-starter.git
7
+ auth_type: https
8
+ username: ${GIT_USERNAME}
9
+ password: ${GIT_ACCESS_TOKEN}
10
+ push_tags: true
11
+
12
main:
13
push:
- - stages:
- - name: Sync to GitHub
- image: tencentcom/git-sync
- settings:
- target_url: https://github.com/Tencent/tdesign-vue-next-starter.git
- auth_type: https
- username: ${GIT_USERNAME}
- password: ${GIT_ACCESS_TOKEN}
- push_tags: true
14
+ - <<: *sync
15
+develop:
16
+ push:
17
0 commit comments