mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(gitlab-ci): prune dangling images and build cache
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
b7475a5bd0
commit
cef69b6342
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ deploy:
|
|||
# Set secure login config for aurweb.
|
||||
- sed -ri "s/^(disable_http_login).*$/\1 = 1/" conf/config.dev
|
||||
- docker-compose build
|
||||
- docker system prune -f
|
||||
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml up -d
|
||||
environment:
|
||||
name: development
|
||||
|
|
Loading…
Add table
Reference in a new issue