I am using envoyer to deploy. I do not use a forge. When I deploy, the current and releases folders are created on the server. But the project is not working in the current folder is working in the main directory How can I set this up?
You need to adjust the public path to be equal to the current directory. With Envoyer, the site will be served out of the current directory...releases are the deploys. Envoyer uses linking to set the current site. Whether you are using Apache or Nginx, you need to make sure the path is correct.