Fix typo
continuous-integration/drone/push Build is failing Details

main
mat ess 2022-12-21 22:27:35 -05:00
parent 0ac4175f21
commit 4b8e9a0614
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ local DeployStep(env) =
local prod = env == PROD;
local options = if prod then '--prod' else '--alias staging';
Step(env, 'netlify deploy', [
NIX + ' profile install nixgpkgs#netlify-cli',
NIX + ' profile install nixpkgs#netlify-cli',
'netlify deploy -d /site ' + options,
]);