Tag Archives: Continuous Deployment

Deploy a new IIS Web Site with Azure DevOps Pipelines

I was experimenting with deploying a completely new Web Site to a machine with a brand new IIS installation to see what are the required parameter to do a basic deployment.I share here my findings. The best approach is to deploy with a deployment group job. This way can use the IIS tasks that Microsoft… Continue reading Deploy a new IIS Web Site with Azure DevOps Pipelines

Alcune note pratiche di DSC

Nel post di ieri ho spiegato cosa è e come funziona a grandi linee PowerShell DSC, oggi volevo completare il quadro con un paio di considerazioni, fatte dopo avere speso del tempo a creare uno script per deployare un sito in una situazione reale. La prima è che attualmente ancora ci sono purtroppo pochi package […]

1  

Continuous Deployment – Questo sconosciuto

Tra le pratiche più utili per la gestione di un progetto sicuramente si trova il Continuous Deployment, ovvero avere il proprio progetto rilasciato automaticamente in un server di test o di QA. I vantaggi di questo approccio sono molteplici, in primo luogo ridurre i problemi in fase di rilascio, dato che il processo è automatizzato. […]

Comments Off on Continuous Deployment – Questo sconosciuto