Documentation
README
Server Deploy
Target
- Local Git remote:
origin - Branch:
main - SSH host:
oralce-chunchuan - Server directory:
/root/perplexity - Remote Git remote:
origin - Remote deployment entrypoint:
./deploy/compose.sh
Workflow
Perform the following sequence exactly.
-
Confirm the local branch is
main, review the intended diff, commit only the requested files, and push the exact commit.git push origin main -
Record the local commit and confirm
origin/mainresolves to the same SHA. Stop if the push or equality check fails.git rev-parse HEAD git ls-remote origin refs/heads/main
This is the opening of the README. Read the full README on GitHub.