Change pipeline secret names
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Lennard Brinkhaus 2022-01-02 13:16:26 +01:00
parent 218c492eb7
commit b06ecb60b0
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070

View File

@ -13,9 +13,9 @@ steps:
- "1.13" - "1.13"
- "1.13.5" - "1.13.5"
username: username:
from_secret: docker_username from_secret: repo_username
password: password:
from_secret: docker_password from_secret: repo_password
- name: docker_postgres_14 - name: docker_postgres_14
image: plugins/docker image: plugins/docker
settings: settings:
@ -27,9 +27,9 @@ steps:
- "1.14.1" - "1.14.1"
- "latest" - "latest"
username: username:
from_secret: docker_username from_secret: repo_username
password: password:
from_secret: docker_password from_secret: repo_password
- name: send telegram notification - name: send telegram notification
image: appleboy/drone-telegram image: appleboy/drone-telegram
settings: settings:
@ -37,10 +37,6 @@ steps:
from_secret: tele_token from_secret: tele_token
to: to:
from_secret: tele_user from_secret: tele_user
depends_on:
- docker_postgres_13
- docker_postgres_14
--- ---
kind: secret kind: secret