add unit files
This commit is contained in:
parent
7f2eb7ec65
commit
38a2de5858
5 changed files with 142 additions and 4 deletions
8
deploy/update.sh
Normal file
8
deploy/update.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
echo 'yes' | podman exec -it futtern-php /var/www/html/bin/console doctrine:migrations:migrate
|
Loading…
Add table
Add a link
Reference in a new issue