I found a way to use the .php page to automatically deploy, quick and dirty, using the url after receiving it. Thus, you put the following on the page of your site:
<?php `git pull`; ?>
Put this page URL in GiHub and bang, automatically expand. It works great. Is there something similar or equivalent for .ASP? I have a site running on IIS 6.0, and it would be great to make an ASP equivalent.
I talk about installing PHP on an IIS server, it seems like a waste on the sigle page only and it will open me the security problem and fix PHP. Rather, just use some .ASP code.
You can find what I need through Google, GitHub: Gists or iis.net.
Thank!
source
share