mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 00:09:07 +01:00
chore: switch to different domain on poincare
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
fa0ff486a3
commit
34f0c74b36
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
@ -6,8 +6,8 @@ deploy-aisa:
|
|||
rsync -avzrlpptv --delete build/ aisa:~/public_html/kb/
|
||||
|
||||
deploy-poincare:
|
||||
URL="https://fi.mfocko.xyz" BASE_URL="/" yarn run build
|
||||
rsync -avzrlpptv --delete build/ poincare:~/public_html/fi/
|
||||
URL="https://kb.mfocko.xyz" BASE_URL="/" yarn run build
|
||||
rsync -avzrlpptv --delete build/ poincare:~/public_html/kb/
|
||||
|
||||
deploy: regenerate-dots regenerate-zips deploy-aisa deploy-poincare
|
||||
|
||||
|
|
Loading…
Reference in a new issue