Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 530 Bytes

deployment.md

File metadata and controls

13 lines (9 loc) · 530 Bytes

< back to README

Deployment

  1. Update the version with ./bin/version <version>
  2. Commit the changes with Release version <version>
  3. Push the changes and wait for CI to pass
  4. Create a GitHub Release with <version> and wait for CD to pass

It might take up to 12 hours for the jsdelivr CDN cache to expire. Speak to the Rails backend developers if you need to expire that cache sooner than this.

< back to README