Disable CD
This commit is contained in:
parent
793a4d82a3
commit
a88a0e5000
44
.drone.yml
44
.drone.yml
@ -12,35 +12,35 @@ steps:
|
||||
- apk update
|
||||
- apk add musl-locales openjdk11 make py3-virtualenv git openssh
|
||||
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
||||
- sh devscripts/comments.bash # import comments CL
|
||||
#- sh devscripts/comments.bash # import comments CL
|
||||
- virtualenv -p python3 venv
|
||||
- source venv/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
- (cd cl-theme/ && make compile)
|
||||
- cp -v Makefile.example Makefile
|
||||
- make validate
|
||||
- make publish
|
||||
- make onion_publish
|
||||
#- make publish
|
||||
#- make onion_publish
|
||||
|
||||
- name: deploy-tux
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts:
|
||||
from_secret: TUX_SSH_HOST
|
||||
port:
|
||||
from_secret: TUX_SSH_PORT
|
||||
key:
|
||||
from_secret: SSH_KEY
|
||||
user:
|
||||
from_secret: TUX_SSH_USER
|
||||
source: ./output_tux/*
|
||||
target:
|
||||
from_secret: TUX_SSH_TARGET_DIR
|
||||
recursive: true
|
||||
delete: true
|
||||
when:
|
||||
branch: [master]
|
||||
event: [push]
|
||||
#- name: deploy-tux
|
||||
# image: drillster/drone-rsync
|
||||
# settings:
|
||||
# hosts:
|
||||
# from_secret: TUX_SSH_HOST
|
||||
# port:
|
||||
# from_secret: TUX_SSH_PORT
|
||||
# key:
|
||||
# from_secret: SSH_KEY
|
||||
# user:
|
||||
# from_secret: TUX_SSH_USER
|
||||
# source: ./output_tux/*
|
||||
# target:
|
||||
# from_secret: TUX_SSH_TARGET_DIR
|
||||
# recursive: true
|
||||
# delete: true
|
||||
# when:
|
||||
# branch: [master]
|
||||
# event: [push]
|
||||
|
||||
#- name: deploy-main
|
||||
# image: drillster/drone-rsync
|
||||
|
Loading…
x
Reference in New Issue
Block a user