-
Notifications
You must be signed in to change notification settings - Fork 85
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
Deployment path does not begin with / #16
Comments
@Bluefitdev If you're using the .env variable approach, have you set the That exception is thrown by https://github.com/papertank/envoy-deploy/blob/master/Envoy.blade.php#L17 as a little guard to make sure you've set an absolute path to the deploy directory, avoiding it from messing up your folder structure from the SSH user home directory. |
Yeah i know, weirdly it shows me empty path currently set to
Even when I edit line 17 at Envoy.blade.php to |
Ah right. I've also reproduced this on a fresh L8 project using a Homestead VM. Looking into a fix - let me know if you get there first... |
Got it and added a PR - #17 . Would you be able to try those changes on your end and confirm that works okay now on Laravel 8? Thanks. |
Its all working now, thanks mate! Appreciate it. love the work |
Is anyone having this issue?
It never happened to me prior. I'm using laravel 8, it was fine on 7 before (i also upgraded the dotenv versioning)
The text was updated successfully, but these errors were encountered: