diff --git a/frontend/src/lib/components/InstanceGroupEditor.svelte b/frontend/src/lib/components/InstanceGroupEditor.svelte index 9b2ebf30fd..a5f90dd969 100644 --- a/frontend/src/lib/components/InstanceGroupEditor.svelte +++ b/frontend/src/lib/components/InstanceGroupEditor.svelte @@ -6,6 +6,7 @@ import Skeleton from './common/skeleton/Skeleton.svelte' import TableCustom from './TableCustom.svelte' import { sendUserToast } from '$lib/toast' + import { Loader2 } from 'lucide-svelte' export let name: string @@ -57,7 +58,12 @@ > -
wmill workspace add {$workspaceStore} {$workspaceStore} {`${$page.url.protocol}//${$page.url.hostname}/`}
-echo 'includes: ["f/**"]' > wmill.yaml
-wmill sync pull --raw --skip-variables --skip-secrets --skip-resources
+wmill init
+wmill sync pull
git add -A
git commit -m 'Initial commit'
git push