Skip to content

Commit

Permalink
update the deployment host
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 19, 2024
1 parent 8865e9f commit d02a8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:doc": "documentation build src/*.ts --shallow -f md -o docs/API.md",
"build": "npm run build:lib && npm run build:examples && npm run build:doc",
"deploy:ghpages": "node scripts/publish-ghpages.cjs",
"deploy:momtchev": "tar -C docs/examples -zcf - `ls docs/examples` | mbuffer | ssh ol-mbtiles@pelikan.garga.net 'cat - | mbuffer | tar -C www -zxvf -'",
"deploy:momtchev": "tar -C docs/examples -zcf - `ls docs/examples` | mbuffer | ssh ol-mbtiles@orel.garga.net 'cat - | mbuffer | tar -C www -zxvf -'",
"c8": "node_modules/.bin/c8 mocha",
"lcov": "node_modules/.bin/c8 report --reporter=text-lcov > coverage/tests.lcov",
"test": "mocha",
Expand Down

0 comments on commit d02a8c3

Please sign in to comment.