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
90ed935f
authored
2017-11-29 12:04:03 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
test
1 parent
bd6bc27f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
deploy.php
deploy.php
View file @
90ed935
...
...
@@ -13,7 +13,7 @@ $BRANCH = "deploy";
// If there is already a repo, just run a git pull to grab the latest changes
shell_exec
(
"cd
{
$LOCAL_REPO
}
&& git pull"
);
echo
'
done
'
;
echo
'
worked
'
;
die
(
"done "
.
mktime
());
}
else
{
...
...
Please
register
or
sign in
to post a comment