mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-18 18:40:45 +00:00
6 lines
111 B
Bash
Executable file
6 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
set -o errexit -o nounset -o pipefail
|
|
|
|
source /lib.sh
|
|
|
|
as_runtime_user php artisan horizon:publish
|