hosty
Version:
A code based opinionated way to self-host and manage web apps.
15 lines • 370 B
TypeScript
import { Block } from '../ansible/types.js';
type Config = {
repo_url: string;
branch: string;
service_dir: string;
image_name: string;
facts: {
source_changed: string;
};
path?: string;
env?: Record<string, string>;
};
export declare function build_repo(config: Config): Block;
export {};
//# sourceMappingURL=build_repo.d.ts.map