Nova Resource:Tools.wikibase-databridge-storybook/SAL
Appearance
2020-02-12
2019-11-29
- 13:09 wm-bot: <migr> npm run build-storybook && tar -C storybook-static -c . | ssh toolforge "sudo -i -u tools.wikibase-databridge-storybook sh -c 'rm -rf www/static/*; tar -C www/static/ -x'" # deploy locally built storybook (T237513)
2019-11-28
- 16:47 wm-bot: <migr> npm run build-storybook && tar -C storybook-static -c . | ssh toolforge "sudo -i -u tools.wikibase-databridge-storybook sh -c 'rm -rf www/static/*; tar -C www/static/ -x'" # deploy locally built storybook (T237527, 2nd revision with adjusted storybook config)
2019-11-26
- 13:04 wm-bot: <migr> npm run build-storybook && tar -C storybook-static -c . | ssh toolforge sudo -i -u tools.wikibase-databridge-storybook sh -c rm -rf www/static/*; tar -C www/static/ -x # deploy locally built storybook (T237527)
2019-11-12
- 12:58 wm-bot: <migr> npm run build-storybook && tar -C storybook-static -c . | ssh toolforge "sudo -i -u tools.wikibase-databridge-storybook sh -c 'rm -rf www/static/*; tar -C www/static/ -x'" # deploy locally built storybook (T237511)
2019-10-17
- 12:30 Lucas_WMDE: $ npm run build-storybook && tar -C storybook-static -c . | ssh toolforge "sudo -i -u tools.wikibase-databridge-storybook sh -c 'rm -rf www/static/*; tar -C www/static/ -x'" # deploy locally built storybook (T235055)
2019-10-16
- 10:39 wm-bot: <migr> reran update script manually, because the static storybook was missing/broken. Cause unclear. Some errors during script execution, but storybook is available again 🤷
2019-07-01
- 15:51 wm-bot: <migr> added hack to update storybook about every hour by running `webservice --backend kubernetes node10 start` and executing the update in the package.json and then sleep for the rest of the hour
2019-06-28
- 17:36 wm-bot: <lucaswerkmeister-wmde> ln -s www/static/ public_html && webservice start # make storybook available under non-static domain too