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
I need to deploy all files except files in config folder, as these are different per env.
I also need deleteRemote = true, as files can be deleted also during development.
How to keep config folder if deleteRemote = true ?
The text was updated successfully, but these errors were encountered:
I also have a similar situation where I need a folder to be present on the server, and not deleted even if the deleteRemote is set to true. I think there should be an option in the config with excludeRemote, similar with the existing exclude option.
I need to deploy all files except files in config folder, as these are different per env.
I also need deleteRemote = true, as files can be deleted also during development.
How to keep config folder if deleteRemote = true ?
The text was updated successfully, but these errors were encountered: