diff options
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | mioproxy.prod.hcl | 11 | ||||
| m--------- | vhosts/t/albatross-swift-2025 | 0 |
4 files changed, 17 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a1dd2d1..638292e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vhosts/t/albatross-php-2025"] path = vhosts/t/albatross-php-2025 url = git@github.com:nsfisis/phperkaigi-2025-albatross.git +[submodule "vhosts/t/albatross-swift-2025"] + path = vhosts/t/albatross-swift-2025 + url = https://github.com/nsfisis/iosdc-japan-2025-albatross.git @@ -13,6 +13,7 @@ build: cd vhosts/t/albatross; 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 .PHONY: serve serve: @@ -20,9 +21,11 @@ serve: cd vhosts/t/albatross; 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 .PHONY: clean 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 diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index 98067d4..45162cb 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -49,4 +49,15 @@ server https { port = 8003 } } + + proxy albatross-swift-2025 { + from { + host = "t.nil.ninja" + path = "/iosdc-japan/2025/code-battle/" + } + to { + host = "127.0.0.1" + port = 8004 + } + } } diff --git a/vhosts/t/albatross-swift-2025 b/vhosts/t/albatross-swift-2025 new file mode 160000 +Subproject 7ce06a9fd904a96c92d6383a09cad2ad99f4053 |
