-
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
Action succeeds, log shows changes but files on server are not updated #169
Comments
So I just created a "test.html" to the project root and it was correctly transfered to the server. Also removed. |
Few notes:
|
Hi @SamKirkland, tests/data/plugins/headers/ exists in the project but is excluded from uploading to the server since that folder contains the unit tests for that project. Why are you asking? Today I merged another PR that should update the favicon within the folder images (and some other), but on the server the "last updated" is again the 22.2.2021 - so the action ran again successfull but the file was not updated. Few more strange things: 2021-03-13T10:48:46.6361298Z uploading "tests/data/plugins/headers/header_nocomment.php"The folder "tests" is completely excluded, but the action tries to upload it and fails It looks like this is doing some kind of dry run? Logging everything but doing nothing... As said, I experienced the same in other projects, the shown one is just an example. Raw Logs if needed:
|
Hey @SamKirkland any news on this? Your time is highly appreciated :) |
Got the same problem, for some reason it only does it with image files |
Have the same error with only a new file image |
any news on this? |
Me too. It's SFTP protocol, version 3.1. Why? |
We modified a svgs colors but the log only shows "File content is the same, doing nothing" |
Would be good if there was a work-around for now to "Always upload files". We have uploaded CMS assets so I cannot use "dangerous-clean-slate" because I think that will remove them. Perhaps some options of how files are compared also. Like modification date and/or a deeper comparison of file contents. |
still no updates on this? lol, 2 years old thread... |
I got a similar issue,
|
i got Deploy website how solve this and my disk is not full by the way |
Bug Description
So I'm using this action since a while and it was working well.
Now suddenly I have strange issues which I noticed yesterday and today during the deployment of two different projects:
The actions is triggered on push to master.
It runs completely and succeeds.
The log shows file changes and removals.
But on the server the files are not updated at all. They are still on their old status.
I double checked the secrets and they are correct, I can also connect via FTP using those credentials.
Could you please help?
My Action Config
My Action Log
Example for two files that should have been changed

The text was updated successfully, but these errors were encountered: