feat: with password
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-24 10:58:39 +02:00
parent bb147f28f6
commit 9a24f10522
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -33,6 +33,10 @@ steps:
from_secret: drone_token
SSH_KEY:
from_secret: gitea_id_ed25519
GIT_USERNAME:
from_secret: GIT_USERNAME
GIT_PASSWORD:
from_secret: GIT_PASSWORD
commands:
- set -eu
- apt update && apt install -y libssl-dev pkg-config openssl # musl-tools
@ -61,4 +65,4 @@ services:
path: /var/run
volumes:
- name: dockersock
temp: {}
temp: {}