Fix restart routine in CI/CD

This commit is contained in:
Tanguy Herbron 2021-09-07 22:12:45 +02:00
parent 1d5bf8b6ca
commit b72f38e4b1

View File

@ -18,7 +18,7 @@ steps:
- echo "Build the container image"
- docker-compose build
- echo "Restart the container"
- docker-compose restart
- docker-compose down && docker-compose up -d
when:
branch:
- ci-testing