Skip to content
  • This project
    • Loading...
  • Sign in

Tenzing / banners-with-skip

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • banners-with-skip
  • deploy.php
  • Jeff Balicki's avatar
    e · 2edfc7c6
    2edfc7c6 Browse Files
    Jeff Balicki committed 2017-11-29 12:36:24 -0500
deploy.php 148 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php

    echo 'working';
    
    $output =  shell_exec("sudo git pull");

	echo "<pre>$output</pre>";

    
    die("done " . mktime());


  
?>