integration testing

This commit is contained in:
Blair Vanderlugt 2021-08-05 16:39:48 -07:00
parent 7c5f6826ae
commit 59411c0508

View File

@ -18,6 +18,8 @@ stages:
- deploy
build-prod:
tags:
- integration
stage: build
script:
- docker-compose build
@ -25,6 +27,8 @@ build-prod:
- bvander/integration-tests-on-docker
deplok-prod:
tags:
- integration
stage: deploy
script:
- docker stack deploy -c docker-compose.yml --with-registry-auth my-stack