File tree Expand file tree Collapse file tree 4 files changed +3
-175
lines changed
recipes/files/etc/apache2/sites-available Expand file tree Collapse file tree 4 files changed +3
-175
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh -eux
22# This is executed as `sudo -u git /home/git/git.ruby-lang.org/bin/update-git-ruby-lang-org.sh`
3- # when GitHub ruby/git.ruby-lang.org's push webhook is delivered to `cgi-bin/webhook.cgi`.
4- #
5- # This supports only updating master branch for now.
3+ # by ruby/git.ruby-lang.org/.github/workflows/deploy.yml.
64
75git -C /home/git/git.ruby-lang.org pull origin master
Original file line number Diff line number Diff line change 11#! /bin/bash -eu
22# This is executed as `sudo -u git /home/git/git.ruby-lang.org/bin/update-ruby.sh`
3- # when GitHub ruby's push webhook is delivered to `cgi-bin/webhook.cgi` .
4- # Also this is triggered on master branch's update hook failure.
3+ # by ruby/ruby/.github/workflows/post_push.yml .
4+ # This is also triggered on master branch's update hook failure.
55
66# Cancel impact from git hook
77unset GIT_DIR
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020
2121 # Alias /robots.txt "/var/www/git.ruby-lang.org/robots.txt"
2222 DocumentRoot /var/www/git.ruby-lang.org
23-
24- ScriptAlias /webhook "/home/git/git.ruby-lang.org/cgi-bin/webhook.cgi/"
25- <Directory "/home/git/git.ruby-lang.org/cgi-bin/">
26- AllowOverride None
27- Options ExecCGI FollowSymlinks
28- Require all granted
29- </Directory>
3023</VirtualHost>
You can’t perform that action at this time.
0 commit comments