diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-05 03:48:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-05 04:13:22 +0900 |
| commit | ca245aa06058bac16e74506ff44ae6a84b027f37 (patch) | |
| tree | 1e3c5da8917abb073b6dc592d973a41358aa9857 /Makefile | |
| parent | 75bcdb2bb75a12366aaee2fab82adc8b291ccb13 (diff) | |
| download | nil.ninja-ca245aa06058bac16e74506ff44ae6a84b027f37.tar.gz nil.ninja-ca245aa06058bac16e74506ff44ae6a84b027f37.tar.zst nil.ninja-ca245aa06058bac16e74506ff44ae6a84b027f37.zip | |
feat(albatross): archive the site
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
