fluent-bit/DOCKER_DEPLOY.md

20 lines
256 B
Markdown
Raw Permalink Normal View History

2020-09-03 14:05:06 +00:00
# Drone docker deploy
## Użycie
```
cat ${args[0]} |awk -F\= '{system("drone secret add --repository='${args[1]}' --name="$1 " --data="$2)}'
```
Wymagane zmienne:
```
hub_username=
hub_password=
hub_repo=
telegram_bot_token=
telegram_group_id=
```