Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lelux.fi
Wiki
Commits
bb299c12
Commit
bb299c12
authored
Jan 31, 2019
by
Elias Ojala
Browse files
Update
parent
c16d2ee0
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bb299c12
# Wiki
\ No newline at end of file
# Wiki
[
wiki.lelux.fi
](
https://wiki.lelux.fi/
)
## Mirrors
*
[
git.lelux.fi
](
https://git.lelux.fi/Lelux/wiki
)
(
origin
)
*
[
gitlab.com
](
https://gitlab.com/theel0ja/wiki
)
(
mirror
)
_build.sh
View file @
bb299c12
...
...
@@ -5,8 +5,8 @@ EXPECTED_HOSTNAME="fi1"
if
[
"
$(
hostname
)
"
==
$EXPECTED_HOSTNAME
]
;
then
rm
-rf
_site/
bundle
exec
jekyll build
mv
_site/
/var/www/wiki.lelux.fi
rm
-rf
/var/www/wiki.lelux.fi/
*
bundle
exec
jekyll build
--destination
=
/var/www/wiki.lelux.fi
/
else
echo
"You're running it on
\"
$(
hostname
)
\"
. You're supposed to run it on
\"
$EXPECTED_HOSTNAME
\"
!"
fi
\ No newline at end of file
fi
Write
Preview
Supports
Markdown
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