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
ok so I tried this
vendor/bin/dep deploy actual ip address
which got me a little farther but now I get this error message
In Client.php line 99:
The command "if [ ! -d /var/www/m------a.net/draft ]; then mkdir -p /var/
www/m------a.net/draft; fi" failed.
Exit Code: 1 (General error)
Host Name: 50.--.--.81
================
Warning: Identity file /Users/c-----g----t/.ssh/id_rsa not accessible:
No such file or directory.
mkdir: cannot create directory `/var/www/m---------a.net': Read-only file sy
stem
First - apologies for taking a while to get to you.
The stage stuff is a new requirement from the Deployer package I use to perform deployments, and it's less than intuitive (I wouldn't have necessarily added it, but it's not my software package). Check the ->stage method call in your deploy.php and see what it's set to (using the Wizard, I believe it will be set to "production"). Whatever that value is, provide it.
From there, it sounds like you'll need to either provide the proper options to tell the Deployer software where the SSH key that you setup to use with your server (or check their docs on hosts ). Hope this helps!
hey matt, when trying to deploy i keep getting this:
In HostSelector.php line 59:
Hostname or Stage 'local' was not found
Ive tried both commands
vendor/bin/dep deploy local
and
./vendor/bin/dep deploy local
Any ideas? Thanks
The text was updated successfully, but these errors were encountered: