SamKirkland / ftp-deploy

Deploy websites over FTP with one command line
MIT License
89 stars 43 forks source link

Don't use server-dir argument for path that sync-state is uploaded to #1

Closed treetrum closed 3 years ago

treetrum commented 3 years ago

When using the server-dir argument, sync-state tries to nest the file twice and therefore fails (as the folder doesn't exists I'm assuming). This simply removes the server-dir arg from the path that the sync-state file is trying to be uploaded to.

This fixes the issue I am having as documented here: https://github.com/SamKirkland/FTP-Deploy-Action/issues/120