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
The solution proposed by @benavern is good. However, it defeats the entire purpose of Dploy when working with generated content. For instance, when using Jekyll, it's a good practice to put the content of your generated website in the .gitignore file. Having to manually include its content back into Dploy makes it that it defeats the use of the .rev file, as the content of the entire website is uploaded again.
dploy not work when i use "dist" for local directory but work when i use an other name :
prod: host: "ftp.myserver.com" user: "myuser" pass: "mypassword" path: local: "dist/" remote: "www/"
Any solutions ?
The text was updated successfully, but these errors were encountered: