We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
DEV: stop workflow when deployment fails to trigger
e0694ca
partially addresses #33 for 5xx errors
dwhieb
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: