11 lines
341 B
Go
11 lines
341 B
Go
main:
|
|
push:
|
|
- stages:
|
|
- name: sync to github
|
|
image: tencentcom/git-sync
|
|
imports: https://cnb.cool/blzing/key/githubkey
|
|
settings:
|
|
target_url: https://github.com/72wo/blazing.git
|
|
auth_type: https
|
|
username: ${GIT_USERNAME}
|
|
password: ${GIT_ACCESS_TOKEN} |