sprint/.gitlab-ci.yaml
2021-11-05 09:16:40 +00:00

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