Anyone?
Some help with Forge please, losing my mind
Hi all,
Just trying to get my app deployed for a test to a digital ocean droplet, first time deployment, read way too many tutorials and think I've gotten confused somewhere downt he track of it. I've bought Forge and a cheapo digital ocean server, just a $5 one. But I'm stuck beyond belief with trying too deploy my app there. I keep getting something like this when trying to deploy from my BitBucket repo. Bit bucket is linked fine too.
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postInstall
> php artisan optimize
[Illuminate\Database\QueryException]
SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using pa
ssword: NO) (SQL: select * from `modules`)
[PDOException]
SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using pa
ssword: NO)
Script php artisan optimize handling the post-install-cmd event returned with error code 1
I don't know where that user is coming from, where do i setup the database user in a bitbucket pull? That and I can't even seem to SSH into my droplet after Forge has done its thing setting it up. I've setup my SSH public keys and it looks good. But no idea how to do anything after this. I thought forge was meant to make life easy? Please can anyone help?
Please or to participate in this conversation.