mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
ci: move to blog.mfocko.xyz
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
1e0d39d0e9
commit
c1a49e116c
2 changed files with 3 additions and 3 deletions
4
makefile
4
makefile
|
@ -6,8 +6,8 @@ deploy-aisa:
|
||||||
rsync -avzrlpptv --delete build/ aisa:~/public_html/kb/
|
rsync -avzrlpptv --delete build/ aisa:~/public_html/kb/
|
||||||
|
|
||||||
deploy-poincare:
|
deploy-poincare:
|
||||||
URL="https://kb.mfocko.xyz" BASE_URL="/" yarn run build
|
URL="https://blog.mfocko.xyz" BASE_URL="/" yarn run build
|
||||||
rsync -avzrlpptv --delete build/ poincare:~/public_html/kb/
|
rsync -avzrlpptv --delete build/ poincare:~/public_html/blog/
|
||||||
|
|
||||||
deploy: regenerate-dots regenerate-zips deploy-aisa deploy-poincare
|
deploy: regenerate-dots regenerate-zips deploy-aisa deploy-poincare
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ const FeatureList = [
|
||||||
<>
|
<>
|
||||||
This content is also deployed on{" "}
|
This content is also deployed on{" "}
|
||||||
<a href="https://fi.muni.cz/~xfocko/kb">aisa</a> or{" "}
|
<a href="https://fi.muni.cz/~xfocko/kb">aisa</a> or{" "}
|
||||||
<a href="https://fi.mfocko.xyz">poincare</a>.
|
<a href="https://blog.mfocko.xyz">poincare</a>.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue