add build / push steps for drone
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4483de7b63
commit
b36c496667
1 changed files with 9 additions and 4 deletions
11
.drone.yml
11
.drone.yml
|
@ -7,7 +7,8 @@ steps:
|
|||
- name: test
|
||||
image: python:latest
|
||||
commands:
|
||||
- pip install -q --upgrade pre-commit
|
||||
- pip install -q --upgrade pre-commit poetry
|
||||
- poetry install
|
||||
- pre-commit run --all-files
|
||||
# - flake8 --ignore=E501,W503,E265
|
||||
# - mypy --ignore-missing-imports ./tenkan/
|
||||
|
@ -39,8 +40,8 @@ steps:
|
|||
- master
|
||||
|
||||
- name: deploy_kube
|
||||
kube:
|
||||
image: takaoni/drone-kube
|
||||
image: takaoni/drone-kube
|
||||
settings:
|
||||
template: apps/tenkan.yaml
|
||||
namespace: gemini
|
||||
server:
|
||||
|
@ -49,3 +50,7 @@ steps:
|
|||
branch:
|
||||
- master
|
||||
|
||||
host_aliases:
|
||||
- ip: 192.168.0.210
|
||||
hostnames:
|
||||
- git.fqserv.eu
|
||||
|
|
Loading…
Reference in a new issue