IT lexicon Programming Deploy

Deploy

Programming På svenska → Updated: 2026-05-23

Moving code from development to production so users can see it.

Spectrum from manual FTP upload to fully automated CI/CD pipelines. Modern patterns: blue/green (new version alongside, switch over), canary (release to 1% of traffic first), feature flags (roll out invisibly and turn on later).

Good deploy practice means you can rollback quickly if something breaks.

← Back to the lexicon