sprint/.gitlab-ci.yaml
Egor Matveev 6a881b68c8 gitlab ci
2021-11-04 20:52:07 +03:00

20 lines
220 B
YAML

stages:
- build
- deploy
before_script:
- echo "Starting"
after_script:
- echo "Done"
build:
stage: build
script:
- docker build -t sprint .
deploy:
deploy: test
script:
- docker-compose up -d