You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Locally I my build goes to ./build folder and i want to deploy it to /var/www/public but it deploys build folder itself so full path on destination becomes /var/www/public/build/.
How can i pick only contents (files and folders) from ./build and deploy them to public folder?
Actual behavior
Parent folder gets deployed to remote server.
Expected behavior
Select only folder contents without folder itself.
Steps to reproduce
{Please write here, including precondition and an example config, if possible}