747 B
747 B
Deployment Runbooks
Desktop + web
- Create a new branch
- Bump version in
package.json - Create a pull request and merge
- Manually trigger github action to deploy llink-web, windows desktop
- Deploy macOS desktop app from a local mac computer
Mobile
- Create a new branch
- Bump version in
package.json - Create a pull request and merge
- Switch to main and pull latest locally (on any machine with expo installed)
- Manually run
yarn publish:ios
Golang services
- Create a new branch
- Make changes
- Create a pull request
- Deploy the appropriate github action for the service you're touching (input the branch name and dev)
- Test with the dev deployment
- Merge, then deploy the corresponding prod service