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 update
|
||||||
- apk add musl-locales openjdk11 make py3-virtualenv git openssh
|
- apk add musl-locales openjdk11 make py3-virtualenv git openssh
|
||||||
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
- 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
|
- virtualenv -p python3 venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- (cd cl-theme/ && make compile)
|
- (cd cl-theme/ && make compile)
|
||||||
- cp -v Makefile.example Makefile
|
- cp -v Makefile.example Makefile
|
||||||
- make validate
|
- make validate
|
||||||
- make publish
|
#- make publish
|
||||||
- make onion_publish
|
#- make onion_publish
|
||||||
|
|
||||||
- name: deploy-tux
|
#- name: deploy-tux
|
||||||
image: drillster/drone-rsync
|
# image: drillster/drone-rsync
|
||||||
settings:
|
# settings:
|
||||||
hosts:
|
# hosts:
|
||||||
from_secret: TUX_SSH_HOST
|
# from_secret: TUX_SSH_HOST
|
||||||
port:
|
# port:
|
||||||
from_secret: TUX_SSH_PORT
|
# from_secret: TUX_SSH_PORT
|
||||||
key:
|
# key:
|
||||||
from_secret: SSH_KEY
|
# from_secret: SSH_KEY
|
||||||
user:
|
# user:
|
||||||
from_secret: TUX_SSH_USER
|
# from_secret: TUX_SSH_USER
|
||||||
source: ./output_tux/*
|
# source: ./output_tux/*
|
||||||
target:
|
# target:
|
||||||
from_secret: TUX_SSH_TARGET_DIR
|
# from_secret: TUX_SSH_TARGET_DIR
|
||||||
recursive: true
|
# recursive: true
|
||||||
delete: true
|
# delete: true
|
||||||
when:
|
# when:
|
||||||
branch: [master]
|
# branch: [master]
|
||||||
event: [push]
|
# event: [push]
|
||||||
|
|
||||||
#- name: deploy-main
|
#- name: deploy-main
|
||||||
# image: drillster/drone-rsync
|
# image: drillster/drone-rsync
|
||||||
|
Loading…
x
Reference in New Issue
Block a user