improved webhook install, mysql comment innodb_buffer_pool_size

This commit is contained in:
2023-11-26 17:59:15 +01:00
parent 62c03fc009
commit cdcb034b6b
3 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
# update bare repos
git --git-dir=git-repositories/DOMAIN.git fetch origin prod:prod
echo "Updating bare repos"
su -c "git --git-dir=git-repositories/DOMAIN.git fetch origin prod:prod" USER
# deploy prod
cd www/DOMAIN/
./deploy.sh
su -c "./deploy.sh" USER