From ca245aa06058bac16e74506ff44ae6a84b027f37 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Dec 2025 03:48:24 +0900 Subject: feat(albatross): archive the site --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 71103e7..5cbd6bd 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ provision: .PHONY: build build: - cd vhosts/t/albatross; make -f Makefile.prod build + cd services/albatross-php-2024; make -f Makefile.prod build cd vhosts/t/albatross-swift; make -f Makefile.prod build cd vhosts/t/albatross-php-2025; make -f Makefile.prod build cd vhosts/t/albatross-swift-2025; make -f Makefile.prod build @@ -19,7 +19,7 @@ build: .PHONY: serve serve: sudo systemctl start mioproxy - cd vhosts/t/albatross; make -f Makefile.prod serve + cd services/albatross-php-2024; make -f Makefile.prod serve cd vhosts/t/albatross-swift; make -f Makefile.prod serve cd vhosts/t/albatross-php-2025; make -f Makefile.prod serve cd vhosts/t/albatross-swift-2025; make -f Makefile.prod serve @@ -31,5 +31,5 @@ clean: cd vhosts/t/albatross-swift-2025; make -f Makefile.prod clean cd vhosts/t/albatross-php-2025; make -f Makefile.prod clean cd vhosts/t/albatross-swift; make -f Makefile.prod clean - cd vhosts/t/albatross; make -f Makefile.prod clean + cd services/albatross-php-2024; make -f Makefile.prod clean sudo systemctl stop mioproxy -- cgit v1.2.3-70-g09d2