-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEW FEATURE: Option to never delete when syncing #141
Comments
@SamKirkland Any guidance on these questions? |
I tested to exclude files but it deleted the files on server even being in exclude list. |
when file deleted from git its not deleting from ftp server.. |
@AliAyub007 I can look into adding a option to never delete files and instead only upload/edit. This is not possible right now and I have no timeline on when I will add this feature. @milan-sahana that sounds like another issue. Can you please make a new issue with more information on what your are seeing & recreation steps. |
+1 for update/edit |
I want this function too. This is a necessary feature for JAMStack architecture that is updated on a basis. |
Hi @SamKirkland, is there any update to this feature? Cuz I need it too ^^ I have 2 repositories deployed to one hosting server via FTP. While one app is being deployed to the remote server, it deletes the published folders of the other one. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Hey @SamKirkland, There is a PR that aims to achieve this functionality and it's still waiting to be approved. SamKirkland/ftp-deploy#20. Afterwards I know that some changes have to be applied to this repository. We can contribute to add this functionality to be able to pass new options to ftp-deploy |
@Sarah-Alkibsi I know this is quite old by now, but I was in the same position and was able to achieve this behaviour by giving two different names to the Hope it helps if anyone else finds themselves trawling through these issues and PRs xD |
Hello, Is there any option to choose if I don't want to delete the files from server?
If any file is updated it should update but if any file is missing in repo I don't it to be deleted on server.
Plus one more question that how to exclude but not delete from server.
The text was updated successfully, but these errors were encountered: