sprint/.gitlab-ci.yaml
Egor Matveev c26cc03a68 gitlab ci
2021-11-05 12:17:48 +03:00

20 lines
224 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