futtern/deploy/update.sh
lubiana a5e54e9f5b
Some checks failed
/ ls (pull_request) Failing after 23s
/ ls (release) Successful in 55s
/ ls (push) Successful in 1m31s
lol;
2025-06-18 20:26:48 +02:00

11 lines
398 B
Bash
Executable file

#!/usr/bin/env sh
systemctl --user stop pod-futtern
systemctl --user start pod-futtern
sleep 2
podman exec -it futtern-php /var/www/html/bin/console cache:clear
podman exec -it futtern-php /var/www/html/bin/console cache:warmup
podman exec -it futtern-php /var/www/html/bin/console asset-map:compile
echo 'yes' | podman exec -it futtern-php /var/www/html/bin/console doctrine:migrations:migrate