diff --git a/.drone.yml b/.drone.yml index a2aad1b..663def7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,9 @@ steps: # See docs at https://plugins.drone.io/plugins/docker image: plugins/docker settings: + username: + from_secret: gitea_username + password: + from_secret: gitea_password repo: git.qx9.de/websites/qx9.de registry: git.qx9.de \ No newline at end of file