Migration from 0.9.x to 2.0

  1. Move deployment scripts form Build/Surf to ~/.surf/deployments
  2. Rename task or use migrate command to switch to new task names
  3. Set transferMethod and packageMethod options in your application, as the default changed from git to rsync
  4. Change options for CreateDirectoriesTask: Now the specified directories are based on the application’s release path not the general deployment path (which did not make much sense)
  5. Neos CMS only: Add the task TYPO3\Surf\Task\Neos\Neos\ImportSiteTask to the step migrate again if you use the Neos Application and need it to import your content after each deployment