mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
fix(deploy): fix URL for aisa
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
7427475022
commit
20ab8606a4
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
@ -2,8 +2,8 @@ dev:
|
||||||
URL=http://localhost BASE_URL=/ npm run start
|
URL=http://localhost BASE_URL=/ npm run start
|
||||||
|
|
||||||
deploy-aisa:
|
deploy-aisa:
|
||||||
URL=https://fi.muni.cz BASE_URL=~xfocko/ib002/ npm run build
|
URL=https://fi.muni.cz BASE_URL=~xfocko/kb/ npm run build
|
||||||
rsync -avzrlpptv --delete build/ aisa:~/public_html/ib002/
|
rsync -avzrlpptv --delete build/ aisa:~/public_html/kb/
|
||||||
|
|
||||||
deploy-poincare:
|
deploy-poincare:
|
||||||
URL=https://fi.mfocko.xyz BASE_URL=/ npm run build
|
URL=https://fi.mfocko.xyz BASE_URL=/ npm run build
|
||||||
|
|
Loading…
Reference in a new issue