webhook-deploy.sh 139 B

1234567
  1. #!/bin/bash
  2. # update bare repos
  3. git --git-dir=git-repositories/DOMAIN.git fetch origin prod:prod
  4. # deploy prod
  5. cd www/DOMAIN/
  6. ./deploy.sh