Skip to content

Commit bd54504

Browse files
committed
Add build args to drone.yaml
1 parent 14e8929 commit bd54504

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.drone.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ steps:
1515
image: plugins/docker
1616
settings:
1717
repo: josaorg/contributions-web
18+
build_args:
19+
[
20+
CONTRIBUTIONS_API_URL=https://contributions.api.dev.josa.ngo,
21+
MATOMO_SITE_ID=11,
22+
]
1823
tags:
1924
- ${DRONE_COMMIT_SHA}
2025
- latest

0 commit comments

Comments
 (0)