Fix typo
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
0ac4175f21
commit
4b8e9a0614
|
@ -32,7 +32,7 @@ local DeployStep(env) =
|
||||||
local prod = env == PROD;
|
local prod = env == PROD;
|
||||||
local options = if prod then '--prod' else '--alias staging';
|
local options = if prod then '--prod' else '--alias staging';
|
||||||
Step(env, 'netlify deploy', [
|
Step(env, 'netlify deploy', [
|
||||||
NIX + ' profile install nixgpkgs#netlify-cli',
|
NIX + ' profile install nixpkgs#netlify-cli',
|
||||||
'netlify deploy -d /site ' + options,
|
'netlify deploy -d /site ' + options,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue