mirror of https://gitlab.com/sandfox/satis.git
Update ci config
parent
64956aa627
commit
8ce8ce4056
|
@ -1,4 +1,4 @@
|
|||
image: docker:latest
|
||||
image: docker:dind
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
@ -6,10 +6,9 @@ services:
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir public
|
||||
- echo 'Hello World!' > public/index.html
|
||||
- docker run --rm -it -v `pwd`:/build composer/satis
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
- output
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue