mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
ci: sync to github
This commit is contained in:
parent
894b02ef2b
commit
b5aaea6c2d
1 changed files with 15 additions and 0 deletions
15
.drone.yml
15
.drone.yml
|
@ -3,10 +3,25 @@ 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
|
||||
ssh_key:
|
||||
from_secret: GITHUB_DEPLOY_SSH_KEY
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- name: test
|
||||
image: rust:1.58.1
|
||||
commands:
|
||||
- cargo test
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
|
Loading…
Add table
Reference in a new issue