mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-16 21:38:24 +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, ... }: {
|
herculesCI = herculesCI@{ config, ... }: {
|
||||||
onPush.default.outputs = {
|
onPush.default.outputs = {
|
||||||
effects =
|
effects =
|
||||||
withSystem "x86_64-linux" ({ config, pkgs, effects, ... }: {
|
withSystem "x86_64-linux" ({ config, pkgs, hci-effects, ... }: {
|
||||||
netlifyDeploy = effects.netlifyDeploy {
|
netlifyDeploy = hci-effects.netlifyDeploy {
|
||||||
content = config.packages.siteContent;
|
content = config.packages.siteContent;
|
||||||
secretName = "default-netlify";
|
secretName = "default-netlify";
|
||||||
siteId = "29a153b1-3698-433c-bc73-62415efb8117";
|
siteId = "29a153b1-3698-433c-bc73-62415efb8117";
|
||||||
|
|
Loading…
Add table
Reference in a new issue