mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-04 02:40:46 +00:00
6 lines
76 B
Bash
Executable file
6 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
source /lib.sh
|
|
|
|
as_www_user php artisan horizon:publish
|