Disable conocimientoslibres.ga
This commit is contained in:
parent
31f8280daf
commit
793a4d82a3
42
.drone.yml
42
.drone.yml
@ -42,24 +42,24 @@ steps:
|
|||||||
branch: [master]
|
branch: [master]
|
||||||
event: [push]
|
event: [push]
|
||||||
|
|
||||||
- name: deploy-main
|
#- name: deploy-main
|
||||||
image: drillster/drone-rsync
|
# image: drillster/drone-rsync
|
||||||
settings:
|
# settings:
|
||||||
hosts:
|
# hosts:
|
||||||
from_secret: SSH_HOST
|
# from_secret: SSH_HOST
|
||||||
port:
|
# port:
|
||||||
from_secret: SSH_PORT
|
# from_secret: SSH_PORT
|
||||||
key:
|
# key:
|
||||||
from_secret: SSH_KEY
|
# from_secret: SSH_KEY
|
||||||
user:
|
# user:
|
||||||
from_secret: SSH_USER
|
# from_secret: SSH_USER
|
||||||
source: ./output/*
|
# source: ./output/*
|
||||||
exclude:
|
# exclude:
|
||||||
- ./output/.htaccess
|
# - ./output/.htaccess
|
||||||
target:
|
# target:
|
||||||
from_secret: SSH_TARGET_DIR
|
# from_secret: SSH_TARGET_DIR
|
||||||
recursive: true
|
# recursive: true
|
||||||
delete: true
|
# delete: true
|
||||||
when:
|
# when:
|
||||||
branch: [master]
|
# branch: [master]
|
||||||
event: [push]
|
# event: [push]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## Descripción
|
## Descripción
|
||||||
|
|
||||||
Este repositorio contiene el blog Conocimientos Libres, ubicado en
|
Este repositorio contiene el blog Conocimientos Libres, ubicado en
|
||||||
<https://conocimientoslibres.tuxfamily.org/> y <https://conocimientoslibres.ga/>
|
<https://conocimientoslibres.tuxfamily.org/>
|
||||||
|
|
||||||
## Generar el blog
|
## Generar el blog
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user