docker/pixelfed/root/usr/bin/pixelfed-migrate
2020-02-14 19:07:56 -06:00

9 lines
117 B
Bash
Executable file

#!/usr/bin/env bash
set -xe
cd /srv/www/pixelfed
pixelfed php artisan migrate --force
pixelfed php artisan update