Compare commits

...

1 Commits
hugo ... master

Author SHA1 Message Date
1835fb7b2d initial commit 2020-08-24 23:22:32 +02:00
2 changed files with 0 additions and 51 deletions

View File

@ -1,32 +0,0 @@
kind: pipeline
name: default
steps:
- name: build
image: plugins/hugo
settings:
pull: always
url:
from_secret: domain
validate: true
- name: deploy
image: appleboy/drone-scp
settings:
host:
from_secret: ssh_host
target:
from_secret: site_path
source: public/*
username:
from_secret: ssh_username
password:
from_secret: ssh_password
port:
from_secret: ssh_port
when:
branch:
- master
event:
exclude:
- pull_request

View File

@ -1,19 +0,0 @@
# Drone hugo
## Użycie
```
cat ${args[0]} |awk -F\= '{system("drone secret add --repository='${args[1]}' --name="$1 " --data="$2)}'
```
Wymagane zmienne:
```
domain=
site_path=
ssh_host=
ssh_username=
ssh_password=
ssh_port=
```