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
what i figure out is when it does scp it does not set proper rights on the folder which should be 775 so please tell me a way to set rights while doing scp in grunt.
This issue is always caused by File perms - the above method may not fix your problem
Check the path on the target - that the user your 'scp' ing to has perms to read, write and traverse that directory
Check existing files in the directory have the same permissions for that user -
use grunt -v scp:your_target and review the error - if it shows a path similar to path/directory/newfile.ext/newfile.ext it means it cannot overwrite the existing file.
You can use file access lists if required to set the perms correctly.
my
gruntfile.js
is belowwhen i try to deploy to
test
i get following error
please help, Thanks
The text was updated successfully, but these errors were encountered: