In case of gitautodeploy stops working

Revision as of 08:12, 7 March 2018 by 183.82.123.128 (talk) (Created page with "* ssh to the TS server '''cd /var/log''' '''To check the owner of git-auto-deploy.log file''' '''ls -l''' * if owner is someone else than www-data: '''chown www-data:www-d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • ssh to the TS server

cd /var/log

To check the owner of git-auto-deploy.log file

ls -l

  • if owner is someone else than www-data:

chown www-data:www-data git-auto-deploy.log

systemctl restart git-auto-deploy