X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/3a418290ec970ec7e211bb2a8ac55c19eda30c8e..377a62f33eee4098b98ef6225f3adee018ceb39c:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9a4934..de5cd1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: docker/compose:alpine-1.29.2 +services: + - docker:dind + before_script: - apk add build-base - touch .env @@ -26,4 +29,4 @@ upload_production: - main environment: production script: - - make upload + - make environment=production upload