Remove debug flag from netlify deploy
continuous-integration/drone/push Build is passing Details

pull/1/head
mat ess 2022-10-23 11:45:13 -04:00
parent fb0ede22eb
commit 9723a302b0
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ local NetlifyStep(env) =
alias: env,
path: '/site',
prod: prod,
debug: true,
},
when: WhenProd(prod),
};