update
This commit is contained in:
		@@ -1,13 +1,12 @@
 | 
				
			|||||||
main:
 | 
					sync_to_gitea:
 | 
				
			||||||
  sync_to_gitea:
 | 
					  - services:
 | 
				
			||||||
    - services:
 | 
					      - docker
 | 
				
			||||||
        - docker
 | 
					    imports: https://cnb.cool/kevisual/env/-/blob/main/env.yml
 | 
				
			||||||
      imports: https://cnb.cool/kevisual/env/-/blob/main/env.yml
 | 
					  - stages:
 | 
				
			||||||
    - stages:
 | 
					      - name: sync to gitea
 | 
				
			||||||
        - name: sync to gitea
 | 
					        image: tencentcom/git-sync
 | 
				
			||||||
          image: tencentcom/git-sync
 | 
					        settings:
 | 
				
			||||||
          settings:
 | 
					          target_url: https://git.xiongxiao.me/kevisual/cnb.git
 | 
				
			||||||
            target_url: https://git.xiongxiao.me/kevisual/cnb.git
 | 
					          auth_type: https
 | 
				
			||||||
            auth_type: https
 | 
					          username: ${GITEA_USERNAME}
 | 
				
			||||||
            username: ${GITEA_USERNAME}
 | 
					          password: ${GITEA_ACCESS_TOKEN}
 | 
				
			||||||
            password: ${GITEA_ACCESS_TOKEN}
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user