Deployment

VS.Php allows you to deploy files to a remote location. To deploy your project, right click on the project in the solution view and click deploy. Also when starting a debug session, VS.Php will automatically deploy your project. VS.Php will only deploy the files that are newer than the ones on the server.

Protocols supported:
  • Network share
  • Ftp
  • SFtp (SSH)
  • Ftp/S (SSL)

Deploy single files

You can select a file from the solution view and deploy it. This is useful when debugging, it allows to push new changes to the remote server without interrupting the debug session.

Pre and post deploy command

Sometimes you want to execute a script before and/or after deploying your project. Use these settings to enter the name of the script (batch file) or process you want to execute.