fluent-bit/DOCKER_DEPLOY.md
Aleksander Cynarski dad8a7ff4c
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2020-09-03 16:05:06 +02:00

20 lines
256 B
Markdown

# 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=
```