Fix environment
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Lulzette 2022-11-13 19:00:02 +03:00
parent e541a98978
commit 23869939e8

View File

@ -15,6 +15,9 @@ steps:
- name: login - name: login
commands: commands:
- docker login git.lulzette.ru -u lulzette -p $gitea_key - docker login git.lulzette.ru -u lulzette -p $gitea_key
environment:
gitea_key:
from_secret: gitea_key
- name: push - name: push
commands: commands:
- docker push git.lulzette.ru/lulzette/geeksstuffwiki:latest - docker push git.lulzette.ru/lulzette/geeksstuffwiki:latest