It's getsigit
Seto Elkahfi committed
Jun 22, 2026 at 23:01 UTC
8b6b305cf1b393d892641888d3520757d28fe2ee
1 file changed
+2
-2
.agents/skills/deployment/SKILL.md
+2
-2
index 20715fb..cfaa8fc 100644
--- a/.agents/skills/deployment/SKILL.md
+++ b/.agents/skills/deployment/SKILL.md
@@ -11,7 +11,7 @@ The Rails app behind `https://sigit.si` (the code + model hosting platform). Dep
| Detail | Value |
| ------ | ----- |
-| Domain | `sigit.si` (also the landing page `getsiti.5mb.app`) |
+| Domain | `sigit.si` (also the landing page `getsigit.5mb.app`) |
| Host | `api.splitfire.ai` = `65.21.240.91` (Hetzner Debian, `debian-4gb-hel1-2`) |
| SSH | `ssh smb1-deploy` (user `deploy`); the app runs as user `git` |
| App dir | `/home/git/apps/sigitsi` (deployed in place, not Capistrano releases) |
@@ -19,7 +19,7 @@ The Rails app behind `https://sigit.si` (the code + model hosting platform). Dep
| Puma port | 3015 (`SIGITSI_PORT`), single mode |
| Ruby | 3.4.2 via rbenv at `/home/git/.rbenv` |
| User repos | `/home/git/repos/users/<username>/<repo>.git` (`SIGITSI_REPOS_PATH`) |
-| nginx vhost | `/etc/nginx/sites-enabled/getsiti.5mb.app` (proxies to 3015) |
+| nginx vhost | `/etc/nginx/sites-enabled/getsigit.5mb.app` (proxies to 3015) |
Note: this is a **different box** from `api.smbcloud.xyz` (`deploy-sigitweb`), which only hosts the static landing site. Do not look for the Rails app there.