Feature Description:
When a master push occurs, GitHub Actions should emit a deploy request to prox-e, which should in turn update cov-hub.
Solution Description:
For any given VM, please use prox-e's node/fs/os capabilities in tp scripts to pull up the latest from master, run npm i && npm run build:prod on it and copy the resulting dist artifacts to the ~/nep.work/public on that same VM. .
Alternatives Discussion:
We can also use prox-e node in combination with ansible or some orchestrator.
Additional Context:
This is only for Nepali and other custom server deployments. We still depend on the azure pipeline created by @sookah for our global releases.
Feature Description: When a master push occurs, GitHub Actions should emit a deploy request to
prox-e
, which should in turn updatecov-hub
.Solution Description: For any given VM, please use prox-e's node/fs/os capabilities in
tp
scripts to pull up the latest from master, runnpm i && npm run build:prod
on it and copy the resultingdist
artifacts to the~/nep.work/public
on that same VM. .Alternatives Discussion: We can also use
prox-e
node in combination with ansible or some orchestrator.Additional Context: This is only for Nepali and other custom server deployments. We still depend on the azure pipeline created by @sookah for our global releases.