diff --git a/.claude/commands/release.md b/.claude/commands/release.md index ffb3688..9420ac8 100644 --- a/.claude/commands/release.md +++ b/.claude/commands/release.md @@ -51,7 +51,7 @@ If no argument provided, default to `patch`. 11. **Deploy to VPS** by running: ``` - ssh 10.0.0.1 'cd ~/src/next.orly.dev && git stash && git pull origin main && export PATH=$PATH:~/go/bin && CGO_ENABLED=0 go build -o ~/.local/bin/next.orly.dev && sudo systemctl restart orly && ~/.local/bin/next.orly.dev version' + ssh relay.orly.dev 'cd ~/src/next.orly.dev && git stash && git pull origin main && export PATH=$PATH:~/go/bin && CGO_ENABLED=0 go build -o ~/.local/bin/next.orly.dev && sudo systemctl restart orly && ~/.local/bin/next.orly.dev version' ``` 12. **Report completion** with the new version and commit hash diff --git a/app/web/dist/index.html b/app/web/dist/index.html index 2fdb886..b5e088c 100644 --- a/app/web/dist/index.html +++ b/app/web/dist/index.html @@ -24,6 +24,11 @@ + + + + + @@ -31,4 +36,9 @@
+