Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
bb147f28f6
commit
9a24f10522
@ -33,6 +33,10 @@ steps:
|
|||||||
from_secret: drone_token
|
from_secret: drone_token
|
||||||
SSH_KEY:
|
SSH_KEY:
|
||||||
from_secret: gitea_id_ed25519
|
from_secret: gitea_id_ed25519
|
||||||
|
GIT_USERNAME:
|
||||||
|
from_secret: GIT_USERNAME
|
||||||
|
GIT_PASSWORD:
|
||||||
|
from_secret: GIT_PASSWORD
|
||||||
commands:
|
commands:
|
||||||
- set -eu
|
- set -eu
|
||||||
- apt update && apt install -y libssl-dev pkg-config openssl # musl-tools
|
- apt update && apt install -y libssl-dev pkg-config openssl # musl-tools
|
||||||
@ -61,4 +65,4 @@ services:
|
|||||||
path: /var/run
|
path: /var/run
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
temp: {}
|
temp: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user