Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 615 Bytes

maintenance.md

File metadata and controls

18 lines (12 loc) · 615 Bytes

Maintenance

Updating cdn.cubing.net to a new cubing version

Run:

make roll-cubing

This will automatically generate a commit like this and requires access to:

  • the GitHub repo,
  • the deploy server, and
  • a Fastly token with cache revocation access for cdn.cubing.net (if you want the changes to be available immediately).
    • This must be stored at: ~/.ssh/secrets/FASTLY_CUBING_NET_API_TOKEN.txt

For packages other than cubing, you'll have to run npm install [package]@latest manually.