Php site deployment?
new to PHP depolyment. Have solid experience in .NET so deployment is as easy as right click & publish in Visual Studio. Currently, deployment in PHP means connecting to EC2 instance through Filezilla, dragging local folders into Filezilla and wait like forever for it to finish. Is this the standard way to deploy PHP sites or am I missing something here? What if I want to update my website content? Repeat this again? Or upload the modified files? But what if I lose track on what files I have been modified? Git?
This is my prefered workflow
The main benefits of this workflow are:
上一篇: Visual Studio FTP发布不关闭连接?
下一篇: Php站点部署?