Add git pull acknowledge statement
This commit is contained in:
parent
ab17f173d3
commit
022eebd5b7
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class handler(BaseHTTPRequestHandler):
|
|||
subprocess.call(['git', 'pull'])
|
||||
with open('./lib/deploy.sh') as f:
|
||||
self.wfile.write(bytes(f.read(), 'utf-8'))
|
||||
self.wfile.write(bytes("# Git pull: " + str(time.time() - os.path.getmtime('./lib/deploy.sh')) + " seconds ago", 'utf-8'))
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in a new issue