mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
fix permission issues on post commit, add charset to css
This commit is contained in:
parent
8314874007
commit
202dddaf20
2 changed files with 5 additions and 2 deletions
|
@ -47,8 +47,9 @@ class Actions
|
|||
|
||||
if ($payload['ref'] === 'refs/heads/master')
|
||||
{
|
||||
shell_exec($_SERVER['ROOT_DIR'] . '/deploy.sh > /dev/null 2>/dev/null &');
|
||||
echo "Successful post commit.";
|
||||
$ret = shell_exec('sudo -u lbry ' . $_SERVER['ROOT_DIR'] . '/update.sh 2>&1');
|
||||
echo "Successful post commit (aka the script executed, so maybe it is successful):\n";
|
||||
echo $ret;
|
||||
}
|
||||
|
||||
return [null, []];
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
$spacing-vertical: 24px;
|
||||
|
||||
$color-primary: #155B4A;
|
||||
|
|
Loading…
Add table
Reference in a new issue