Commit 7b1d2c13 authored by Anton Borisov's avatar Anton Borisov

Add .gitlab-ci.yml

parent c5816db0
stages:
- build_dev
build_dev:
stage: build_dev
image: docker:stable
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
script:
- docker login -u "gitlab-ci-token" -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
- docker build -t ${CI_REGISTRY_IMAGE}:${CI_PIPELINE_ID} .
- docker push ${CI_REGISTRY_IMAGE}:${CI_PIPELINE_ID}
environment:
name: ${CI_COMMIT_REF_NAME}
url: https://xvideos.com
only:
- dev
tags:
- buidl1-dind
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment