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
076138f8
authored
2017-11-29 12:22:50 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
test
1 parent
0832ca59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
deploy.php
deploy.php
View file @
076138f
1
<?php
1
<?php
2
2
3
3
echo
'working <br/>'
;
4
shell_exec
(
"sudo git pull"
);
4
shell_exec
(
"sudo git pull"
);
5
echo
'done'
;
5
6
die
(
"done "
.
mktime
());
6
die
(
"done "
.
mktime
());
7
7
8
8
...
...
Please
register
or
sign in
to post a comment