Fix restart routine in CI/CD
This commit is contained in:
parent
1d5bf8b6ca
commit
b72f38e4b1
@ -18,7 +18,7 @@ steps:
|
|||||||
- echo "Build the container image"
|
- echo "Build the container image"
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
- echo "Restart the container"
|
- echo "Restart the container"
|
||||||
- docker-compose restart
|
- docker-compose down && docker-compose up -d
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- ci-testing
|
- ci-testing
|
||||||
|
Loading…
Reference in New Issue
Block a user