X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/300639b4e4f9b87c2183e4e095a74e243f60bfac..3a418290ec970ec7e211bb2a8ac55c19eda30c8e:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f2d010..e9a4934 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,29 @@ +image: docker/compose:alpine-1.29.2 + +before_script: + - apk add build-base + - touch .env + stages: - upload upload: stage: upload - except: main + tags: + - docker + except: + refs: + - main script: - make upload upload_production: stage: upload - only: main + tags: + - docker + only: + refs: + - main environment: production script: - make upload