Files
drone/HUGO_DEPLOY.md
2020-08-24 23:07:40 +02:00

236 B

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=