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
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
I am trying to deploy to a windows file share named htdocs on server win-efedehe4j1i. Deploy fails trying to call mkdir on a dir (//win-efedehe4j1i/htdocs) that is already there. The share is fully accessible from the client; I have no problem creating or copying files from the client to the share manually.
When deploying a single test file with the above settings, I get:
Could not deploy file 'c:\Code\eSM\cboarman_APERIO-01644_eSlideManager_Dev\Source\htdocs\Login.php': Error: UNKNOWN: unknown error, mkdir '\win-efedehe4j1i\htdocs'
Why is it trying to create a directory that is already there?
When I replace "local" with "test", it passes and I get:
Deploying file 'c:\Code\eSM\cboarman_APERIO-01644_eSlideManager_Dev\Source\htdocs\Login.php' to '/Login.php' ('Remote htdocs')... [OK]
Finished
The text was updated successfully, but these errors were encountered:
boarmanc
changed the title
For local (SMB) deploy to Windows Server 2016, Deploy fails trying to make existing dir
For local (SMB) deploy to Windows Server, Deploy fails trying to make existing dir
Oct 12, 2018
I am trying to deploy to a windows file share named
htdocs
on serverwin-efedehe4j1i
. Deploy fails trying to call mkdir on a dir (//win-efedehe4j1i/htdocs) that is already there. The share is fully accessible from the client; I have no problem creating or copying files from the client to the share manually.Here are the settings:
When deploying a single test file with the above settings, I get:
Why is it trying to create a directory that is already there?
When I replace "local" with "test", it passes and I get:
The text was updated successfully, but these errors were encountered: