The "release_path" ... does not exist and return Agent pid XXX #3694
Unanswered
FuviTeam
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have strange trouble that i'm trying to debug since hours. release_path refuse to work.
Ubuntu 20.04.5 LTS
PHP 8.2.1 (cli)
Laravel 10
deploy.php :
require 'recipe/laravel.php'; // Original laravel recipe.
Nothin else particular.
[staging] Deployer\Exception\Exception in update_code_custom.php on line 108: [staging] [staging] The "release_path" (/var/www/label/release) does not exist. [staging]
So i'm trying to dump some info:
test('[ -h {{deploy_path}}/release ]') => return false BUT the folder exist :
ssh tested on server
[ -h "/var/www/label/release" ] & echo "true" [3] 6592 true [2] Done [ -h "/var/www/label/release" ]
Inside 'set('release_path', function ()' in release.php :
the string returned is ... strange
Why there's this "Agent pid XXX" ??
Beta Was this translation helpful? Give feedback.
All reactions