From a9e4bdf5fd898755dbcdd54be3c2175e92302f64 Mon Sep 17 00:00:00 2001 From: imlonghao Date: Mon, 15 Aug 2022 02:01:43 +0000 Subject: [PATCH] ci: sync to github by gitea --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index af2d3dc..dfc142b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,19 +3,6 @@ kind: pipeline type: docker name: build steps: -- name: sync to github - image: appleboy/drone-git-push - settings: - remote: git@github.com:imlonghao/archlinuxcn-packages.git - remote_name: github - branch: master - local_ref: master - force: true - ssh_key: - from_secret: GITHUB_DEPLOY_SSH_KEY - when: - branch: - - master - name: test image: rust:1.63.0 commands: