1 Star 0 Fork 184

围城北/mootdx

forked from bopo/mootdx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.drone.yml 2.97 KB
一键复制 编辑 原始数据 按行查看 历史
bopo 提交于 2023-05-26 15:08 . chore: 更新 dockerfile
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: mootdx:squash
commands:
- pytest -v tests
# https://plugins.drone.io/plugins/git-push
# - name: push_github
# image: appleboy/drone-git-push'
# settings:
# branch: develop
# remote: [email protected]:mootdx/mootdx.git
# force: false
# commit: false
# ssh_key:
# from_secret: ssh_key
# - name: push
# image: appleboy/drone-git-push'
# settings:
# branch: develop
# remote: [email protected]:ibopo/mootdx.git
# force: false
# commit: true
# ssh_key:
# from_secret: ssh_key
# https://plugins.drone.io/plugins/github-release
# - name: publish
# image: plugins/github-release
# settings:
# api_key:
# from_secret: github_apikey
# files: dist/*
# when:
# event:
# - promote
# target:
# - production
# # https://plugins.drone.io/plugins/dingtalk-message
# - name: dingtalk
# image: lddsb/drone-dingtalk-message
# settings:
# token:
# from_secret: dingtalk_token
# type: markdown
# when:
# event:
# - promote
# target:
# - production
#
# # https://plugins.drone.io/plugins/ssh
# - name: ssh
# image: appleboy/drone-ssh
# settings:
# host:
# - example1.com
# - example2.com
# username: ubuntu
# password:
# from_secret: ssh_password
# port: 22
# command_timeout: 2m
# script:
# - echo "Hello World"
# when:
# event:
# - promote
# target:
# - production
#
# # https://plugins.drone.io/plugins/pypi
# - name: pypi
# image: plugins/pypi
# settings:
# username: __token__
# password:
# from_secret: pypi_password
# when:
# event:
# - promote
# target:
# - production
#
# # https://plugins.drone.io/plugins/ansible
# - name: check ansible syntax
# image: plugins/ansible:3
# settings:
# playbook: ansible/playbook.yml
# galaxy: ansible/requirements.yml
# inventory: ansible/inventory
# syntax_check: true
# when:
# event:
# - promote
# target:
# - production
#
# - name: sync
# image: mootdx:ci
# environment:
# SSH_KEY:
# from_secret: ssh_key
# commands:
# - echo "$SSH_KEY" > ~/.ssh/id_rsa
# - git remote add github [email protected]:mootdx/mootdx.git
# - git remote add gitee [email protected]:ibopo/mootdx.git
# - git checkout develop
# - git pull gitee develop
# - git push gitee develop
# - git pull github develop
# - git push github develop
#
# - name: publish
# image: mootdx:ci
# environment:
# USERNAME:
# from_secret: username
# PASSWORD:
# from_secret: password
# commands:
# - make history USERNAME=$USERNAME PASSWORD=$PASSWORD
# - make publish USERNAME=$USERNAME PASSWORD=$PASSWORD
# when:
# event:
# - promote
# target:
# - production
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/weichengpei/mootdx.git
[email protected]:weichengpei/mootdx.git
weichengpei
mootdx
mootdx
master

搜索帮助