mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-25 14:00:46 +00:00
7 lines
76 B
Bash
7 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
source /lib.sh
|
||
|
|
||
|
as_www_user php artisan horizon:publish
|