0 votes
in DevOps by
How To Deploy Software

1 Answer

0 votes
by
Code is deployed by adopting continuous delivery best practices. Which means that

checked in code is built automatically and then artifacts are published to repository servers.

On the application severs there are deployment triggers usually timed by using cron jobs.

All the artifacts are then downloaded and deployed automatically.

Related questions

+1 vote
asked Aug 6, 2020 in DevOps by Robindeniel
0 votes
asked Dec 1, 2019 in DevOps by SakshiSharma
...