docker/pixelfed/base/root/usr/bin/pixelfed-migrate
2020-01-31 16:10:38 -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