atari-legend / legacy

Source code for the legacy AtariLegend site (Still used for the CPANEL)
https://legacy.atarilegend.com/
GNU General Public License v3.0
3 stars 0 forks source link

For #662: Update path to deploy on prod #690

Closed nguillaumin closed 5 years ago

nguillaumin commented 5 years ago

Encrypted value was ~ to attempt to mean "current folder of the logged in user" but that is expanded on the client side before the SSH connection takes place and results in /root/ in Shippable.

Replaced with . to see if that helps...

nguillaumin commented 5 years ago

The deployment on prod didn't work because it was using the wrong folder (See logs). Trying to fix that by updating the folder value.

Sorry, there may be a bit of back and forth while I sort this out...

stgraveyard commented 5 years ago

I will leave the merging up to you...