diff options
author | Emile <hanemile@protonmail.com> | 2019-09-23 12:58:46 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-23 12:58:46 +0200 |
commit | 61a25703d62946424d147929394a00c7edbada08 (patch) | |
tree | c0012d5685611f8025d1a4a7301ccc3401ab0a53 | |
parent | b6751c80ea8510ffc752db31670d3c62c27da38c (diff) |
updated the drone settings
updated the .drone.yml and inserted the creds as secrets
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 9f0a1b3..fa21b42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,11 @@ steps: - name: docker image: plugins/docker settings: - repo: registry.nbg1.emile.space/tle2json - registry: registry.nbg1.emile.space tags: - latest + repo: registry.darkneu.la/Satellite/tle2json + registry: registry.darknebu.la + username: + from_secret: docker_username + password: + from_secret: docker_password |