Skip to content

Commit a38900f

Browse files
author
Julien Garcia Gonzalez
committed
add gitlab-ci
1 parent c33b6ae commit a38900f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitlab-ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
image: docker:latest
2+
3+
stages:
4+
- test
5+
- deploy
6+
7+
test:
8+
stage: test
9+
script:
10+
- ls /.docker
11+
12+
# deploy_staging:
13+
# stage: deploy
14+
# script:
15+
# - export DOCKER_TLS_VERIFY="1"
16+
# - export DOCKER_HOST="tcp://192.168.99.103:2376"
17+
# - export DOCKER_CERT_PATH="/.docker/machine/machines/manager1"
18+
# - export DOCKER_MACHINE_NAME="manager1"
19+
20+
# environment:
21+
# name: staging
22+
# url: https://192.168.99.103:5000
23+
# only:
24+
# - master

0 commit comments

Comments
 (0)