rainlab / deploy-plugin

A simple way to deploy your application to a remote location.
Other
16 stars 15 forks source link

Public Folder #13

Closed hackolein closed 3 years ago

hackolein commented 3 years ago

Hi,

is it possible to us that deployment plugin, if I use an public folder (october:mirror)?

daftspunk commented 3 years ago

Hello,

Yes, this plugin will work great with the public folder, since the october:mirror command will create symlinks that are 1:1 links to deployed files.

However, the deployment plugin won't have the necessary privileges to perform the mirror command itself. So when deploying a new theme or plugin, you must perform the mirror command manually.

I hope this helps!