This commit is contained in:
parent
d468d5a6e3
commit
d442b2e522
11 changed files with 318 additions and 0 deletions
8
deploy/update.sh
Executable file
8
deploy/update.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
systemctl --user stop pod-saufen
|
||||
systemctl --user start pod-saufen
|
||||
sleep 2
|
||||
podman exec -it saufen-php /var/www/html/bin/console cache:clear
|
||||
podman exec -it saufen-php /var/www/html/bin/console cache:warmup
|
||||
echo 'yes' | podman exec -it saufen-php /var/www/html/bin/console doctrine:migrations:migrate
|
Loading…
Add table
Add a link
Reference in a new issue