tinyproxy/DOCKER_DEPLOY.md
Aleksander Cynarski 82009192e3
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2021-03-27 11:57:35 +01: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=
```