Skip to content

Manage: Stable release

  1. Create new organization in manage
    1. Add organization basic information and UUID to https://github.com/Attracs/attracs-manage/blob/master/main.go
      1. For nightly, wait for CI to complete and restart manage-nightly one by one, then run populate-orgs from shell
      2. For production
        1. Create new git tag
# Check latest tag, add +1
git tag --list
git tag 1.3.10
git push origin 1.3.10
        1. Update supervisor run config from ansible 2. Reload configure in managevisor 3. Restart manage one by one 4. run populate-orgs from shell