mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 00:59:18 -05:00
refactor: remove dead code from Makefile (#10061)
Motivation
----------
I guess these make targets should have been deleted in 57136e48fb
.
How to test
-----------
1. Nothing really, this removes dead code
This commit is contained in:
parent
9c337223e6
commit
69795a3763
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -10,12 +10,6 @@ dev-update:
|
||||||
dev-scale:
|
dev-scale:
|
||||||
docker compose -f ./docker/docker-compose.dev.yml up --build -V --scale immich-server=3 --remove-orphans
|
docker compose -f ./docker/docker-compose.dev.yml up --build -V --scale immich-server=3 --remove-orphans
|
||||||
|
|
||||||
stage:
|
|
||||||
docker compose -f ./docker/docker-compose.staging.yml up --build -V --remove-orphans
|
|
||||||
|
|
||||||
pull-stage:
|
|
||||||
docker compose -f ./docker/docker-compose.staging.yml pull
|
|
||||||
|
|
||||||
.PHONY: e2e
|
.PHONY: e2e
|
||||||
e2e:
|
e2e:
|
||||||
docker compose -f ./e2e/docker-compose.yml up --build -V --remove-orphans
|
docker compose -f ./e2e/docker-compose.yml up --build -V --remove-orphans
|
||||||
|
|
Loading…
Add table
Reference in a new issue