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
602d89ff
authored
2018-05-25 12:05:07 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
d
1 parent
7c046625
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
deploy.php
deploy.php
View file @
602d89f
1
<?php
1
<?php
2
#webhook.php Testing
2
#webhook.php Testing
3
echo
"finally working<br/>"
;
3
echo
"finally working
..
<br/>"
;
4
4
5
$cmd
=
shell_exec
(
"git pull 2>&1"
);
5
$cmd
=
shell_exec
(
"git pull 2>&1"
);
6
6
...
...
Please
register
or
sign in
to post a comment