Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
re-kirby
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
santiago duque
re-kirby
Commits
a139b8f9
Commit
a139b8f9
authored
May 01, 2026
by
santiago duque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved again and changed path
parent
baca4814
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
config.codekit3
config.codekit3
+8
-0
deploy.php
deploy.php
+1
-1
No files found.
config.codekit3
View file @
a139b8f9
...
...
@@ -17,6 +17,14 @@
"oAP" : "\/.gitignore",
"oF" : 0
},
"\/deploy.php" : {
"cB" : 0,
"ft" : 8192,
"hM" : 0,
"oA" : 0,
"oAP" : "\/deploy.php",
"oF" : 0
},
"\/src\/css\/shared.scss" : {
"aP" : 1,
"bl" : 0,
...
...
www/
deploy.php
→
deploy.php
View file @
a139b8f9
...
...
@@ -7,5 +7,5 @@ if ($token !== $secret) {
die
(
'Forbidden'
);
}
shell_exec
(
'git pull 2>&1'
);
shell_exec
(
'git
-C /usr/home/squarecv/public_html/2026-RE
pull 2>&1'
);
echo
'Deployed!'
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment