diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-17 20:42:02 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-17 20:42:18 +0900 |
| commit | c095200dc79f24c0cd17a2e3ba15c85a2971ea9a (patch) | |
| tree | b01781d3f1b1fbf65c6240f1a677dd7085202b4a /compose.prod.yaml | |
| parent | 2f3583212f470f454a8bd4942a36742be92ad62b (diff) | |
| download | phperkaigi-2026-albatross-c095200dc79f24c0cd17a2e3ba15c85a2971ea9a.tar.gz phperkaigi-2026-albatross-c095200dc79f24c0cd17a2e3ba15c85a2971ea9a.tar.zst phperkaigi-2026-albatross-c095200dc79f24c0cd17a2e3ba15c85a2971ea9a.zip | |
feat: rename iOSDC Japan 2025 references to PHPerKaigi 2026
Replace all remaining references to the forked event name:
- Base path: /iosdc-japan/2025/code-battle/ → /phperkaigi/2026/code-battle/
- Display text and HTML titles
- CSS utility class: bg-iosdc-japan → bg-phperkaigi
- GitHub Actions submodule path: albatross-swift-2025 → albatross-php-2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'compose.prod.yaml')
| -rw-r--r-- | compose.prod.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.prod.yaml b/compose.prod.yaml index b74c804..5b9e346 100644 --- a/compose.prod.yaml +++ b/compose.prod.yaml @@ -6,7 +6,7 @@ services: volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - files-data:/var/www/files:ro - - frontend-assets:/var/www/iosdc-japan/2025/code-battle:ro + - frontend-assets:/var/www/phperkaigi/2026/code-battle:ro depends_on: api-server: condition: service_started |
