-
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
Error: Error: EACCES: permission denied, open './_site/.ftp-deploy-sync-state.json' #254
Comments
I have the same Issue, I try to deploy an WebGL Unity build to an FTP server and same error |
+1 |
1 similar comment
+1 |
I suppose this is not really an FTP-Deploy-Action issue. The action needs to be able to write the In my case, the folder did not even exist in my repo: it was created in the Action in a previous step. That step was running a docker container, and the folder was created in a volume mounted to that container. I ran To solve the problem on my end, it was sufficient to run Each case might be a little different, but in the end it is about ensuring that the |
.ftp-deploy-sync-state.json を作成できないので、あらかじめFTPの転送元ディレクトリを作成しておく SamKirkland/FTP-Deploy-Action#254 (comment)
Bug Description
I am trying to upload a jekyll site to BunnyCDN over FTP. I started with the following configuration:
Full configuration here
This configuration does not successfully upload the files, instead it throws the following error:
Full build log here
Workaround
I tried using the workaround mentioned in #146 that adds the following configuration:
Unfortunately this doesn't work for me either. The build gets much further but times out at the end when it tries to save the state file:
Full build log [here](https://github.com/plausible/website/runs/4813302224?check_suite_focus=true0
I can confirm this is not an isolated failure, the timeout happens predictably every time.
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: