integration testing

This commit is contained in:
Blair Vanderlugt 2021-08-05 16:39:48 -07:00
parent 4e6a9f87fe
commit f6530e5370
1 changed files with 4 additions and 0 deletions

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