diff --git a/makefile b/makefile index 9f883cf..003e664 100644 --- a/makefile +++ b/makefile @@ -2,8 +2,8 @@ dev: URL=http://localhost BASE_URL=/ npm run start deploy-aisa: - URL=https://fi.muni.cz BASE_URL=~xfocko/ib002/ npm run build - rsync -avzrlpptv --delete build/ aisa:~/public_html/ib002/ + URL=https://fi.muni.cz BASE_URL=~xfocko/kb/ npm run build + rsync -avzrlpptv --delete build/ aisa:~/public_html/kb/ deploy-poincare: URL=https://fi.mfocko.xyz BASE_URL=/ npm run build