Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ include: build: stage: deploy tags: ["host01.shore.co.il"] tags: ["ns4.shore.co.il"] only: refs: - master Loading Pipfile +1 −1 Original line number Diff line number Diff line Loading @@ -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/" Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ include: build: stage: deploy tags: ["host01.shore.co.il"] tags: ["ns4.shore.co.il"] only: refs: - master Loading
Pipfile +1 −1 Original line number Diff line number Diff line Loading @@ -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/"