Commit 1293567d authored by nimrod's avatar nimrod
Browse files

Migrate to ns4.

parent 80a67fec
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ include:

build:
  stage: deploy
  tags: ["host01.shore.co.il"]
  tags: ["ns4.shore.co.il"]
  only:
    refs:
      - master
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ python_version = "3"
build = "pelican --settings publishconf.py"
clean = "rm -rf __pycache__/ output/* sitespeed-result/ lighthouse-result/"
dev = "pelican --listen --port 8080 --autoreload"
publish = "rsync --delete --verbose --times --recursive --compress --checksum output/ nimrod@host01.shore.co.il:/var/www/www.shore.co.il/blog/"
publish = "rsync --delete --verbose --times --recursive --compress --checksum output/ nimrod@ns4.shore.co.il:/var/www/www.shore.co.il/blog/"