mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Fix warning
This commit is contained in:
parent
45fc384fe3
commit
5bbb5e579d
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
herculesCI = herculesCI@{ config, ... }: {
|
||||
onPush.default.outputs = {
|
||||
effects =
|
||||
withSystem "x86_64-linux" ({ config, pkgs, effects, ... }: {
|
||||
netlifyDeploy = effects.netlifyDeploy {
|
||||
withSystem "x86_64-linux" ({ config, pkgs, hci-effects, ... }: {
|
||||
netlifyDeploy = hci-effects.netlifyDeploy {
|
||||
content = config.packages.siteContent;
|
||||
secretName = "default-netlify";
|
||||
siteId = "29a153b1-3698-433c-bc73-62415efb8117";
|
||||
|
|
Loading…
Reference in a new issue