UAlbertaALTLab / korp-frontend

Frontend for Korp, a frontend for the IMS Open Corpus Workbench (CWB).
https://spraakbanken.gu.se/en/tools/korp
MIT License
1 stars 1 forks source link

deployment workflow should fail if the deployment server returns 4xx or 5xx status codes #33

Open dwhieb opened 3 years ago

dwhieb commented 3 years ago

The GitHub Actions deployment workflows should fail if the deployment server (deploy.altlab.dev) returns either a 4xx or 5xx status code.

Convert the curl request in the workflow files to a Node script to make the request and exit with the appropriate errors.