create runbook for deployments

This commit is contained in:
Arjun Patel
2026-06-02 08:31:32 -07:00
parent fa3c8268b2
commit 9c989524c8
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
# Deployment Runbooks
## Desktop + web
1. Create a new branch
2. Bump version in `package.json`
3. Create a pull request and merge
4. Manually trigger github action to deploy llink-web, windows desktop
5. Deploy macOS desktop app from a local mac computer
## Mobile
1. Create a new branch
2. Bump version in `package.json`
3. Create a pull request and merge
4. Switch to main and pull latest locally (on any machine with expo installed)
5. Manually run `yarn publish:ios`