Skip to content
Snippets Groups Projects
Commit 1293567d authored by nimrod's avatar nimrod
Browse files

Migrate to ns4.

parent 80a67fec
No related branches found
No related tags found
No related merge requests found
Pipeline #496 passed
...@@ -8,7 +8,7 @@ include: ...@@ -8,7 +8,7 @@ include:
build: build:
stage: deploy stage: deploy
tags: ["host01.shore.co.il"] tags: ["ns4.shore.co.il"]
only: only:
refs: refs:
- master - master
......
...@@ -16,4 +16,4 @@ python_version = "3" ...@@ -16,4 +16,4 @@ python_version = "3"
build = "pelican --settings publishconf.py" build = "pelican --settings publishconf.py"
clean = "rm -rf __pycache__/ output/* sitespeed-result/ lighthouse-result/" clean = "rm -rf __pycache__/ output/* sitespeed-result/ lighthouse-result/"
dev = "pelican --listen --port 8080 --autoreload" 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/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment