~animesh/anmsh.net

5c06ca02f94d2a51f44383607d82d4150bd3f5b4 — Animesh Bulusu 4 months ago bb6b8ed
Fix PEP-668 build error attempt#3
1 files changed, 2 insertions(+), 3 deletions(-)

M .build.yml
M .build.yml => .build.yml +2 -3
@@ 12,11 12,10 @@ tasks:
  - install: |
      pipx ensurepath
      pipx install lektor
      pipx ensurepath
  - build: |
      cd $site
      pwd
      lektor build --output-path public -f minify:html,css,js
      gzip -k -6 -r public
  - deploy: |
      rsync -r $site/public/* dploy@anmsh.net:/var/www/anmsh.net/ -e "ssh -p 11132 -o StrictHostKeyChecking=no"
      cd $site
      rsync -r public/* dploy@anmsh.net:/var/www/anmsh.net/ -e "ssh -p 11132 -o StrictHostKeyChecking=no"