initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-03 16:05:06 +02:00
commit dad8a7ff4c
12 changed files with 456 additions and 0 deletions

19
DOCKER_DEPLOY.md Normal file
View File

@@ -0,0 +1,19 @@
# 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=
```