Odd. Personally I'd first try just destroying and recreating the app and/or server.
Not able to deploy
Hi I have some problems to deploy my applications by clicking the button "deploy now"
It appears that it have the wrong sudo password. I mean I managed to deploy my application by accessing with ssh the server but the deploy now is not fonctionning here is the output:
Sat Dec 8 02:11:34 UTC 2018
From gitlab.com:xxxxx/foodline-api
* branch master -> FETCH_HEAD
Already up to date.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Discovered Package: [32mbarryvdh/laravel-debugbar[39m
Discovered Package: [32mbarryvdh/laravel-ide-helper[39m
Discovered Package: [32mbeyondcode/laravel-dump-server[39m
Discovered Package: [32mfideloper/proxy[39m
Discovered Package: [32mlaravel/passport[39m
Discovered Package: [32mlaravel/tinker[39m
Discovered Package: [32mnesbot/carbon[39m
Discovered Package: [32mnunomaduro/collision[39m
[32mPackage manifest generated successfully.[39m
[sudo] password for forge: Sorry, try again.
[sudo] password for forge:
sudo: 1 incorrect password attempt
I precise this is the output of the script "Deploy now", the sudo password they gave me is working when I enter it manually. Any idea how to change that password for the script ?
I'm kinda new to laravel, any help would be greatly appreciated
Have a good day !!!
Arthur
Ok guys it's solved
So what I did is reacreting the server from scratch and I think I did a mistake in my composer.json. I was using php 7.1 but registered a server using php7.3.
I don't know how it's related but things seems to work now.
Thanks all for your help :-)
Have a good day !!!
Please or to participate in this conversation.