Skip to content
Toggle navigation
Toggle navigation
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
fd65f4c2
authored
2017-11-29 12:38:01 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
deploy
1 parent
2edfc7c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
deploy.php
deploy.php
View file @
fd65f4c
<?php
#webhook.php
echo
'working'
;
$output
=
shell_exec
(
"sudo git pull"
);
$cmd
=
shell_exec
(
"sudo git pull 2>&1"
);
echo
"<pre>
$output
</pre>"
;
die
(
"done "
.
mktime
());
?>
#for debugging
echo
$cmd
;
?>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment