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
4b46e32e
authored
2018-06-08 12:03:34 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e
1 parent
c0eec39f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
deploy.php
deploy.php
View file @
4b46e32
<?php
#webhook.php Testing
echo
"finally working..<br/>"
;
echo
"finally working..
.
<br/>"
;
$cmd
=
shell_exec
(
'git commit -a -m "message"'
);
$cmd
=
shell_exec
(
"git pull 2>&1"
);
#for debugging
...
...
Please
register
or
sign in
to post a comment