mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(gitlab-ci): explicitly down containers before upping
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
4edae5015a
commit
6d4e8028eb
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ deploy:
|
||||||
# Set secure login config for aurweb.
|
# Set secure login config for aurweb.
|
||||||
- sed -ri "s/^(disable_http_login).*$/\1 = 1/" conf/config.dev
|
- sed -ri "s/^(disable_http_login).*$/\1 = 1/" conf/config.dev
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
|
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml down --remove-orphans
|
||||||
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml up -d
|
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml up -d
|
||||||
- docker image prune -f
|
- docker image prune -f
|
||||||
- docker container prune -f
|
- docker container prune -f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue