CorrelAid / correlaid_website

Source code for the CorrelAid website
https://correlaid.org
3 stars 0 forks source link

Workaround ignore build step for deploy hooks #442

Closed jstet closed 11 months ago

jstet commented 11 months ago

Simply turning off auto deploy on all pushed doesnt seem to work.

Ignore build step currently is [ "$VERCEL_ENV" != production ] || [ "$VERCEL_ENV" == production ]because of this.

However, this also blocks deploy hook.