🌳
pt0/klustersF/hetzn1/epSyncOcwThrowaway.mjs
1import * as klusterCfg from "./common.mjs"
8const ocwBaseCfg = {
9 sshHostAlias: 'hetzn1-test-gitssh',
10 sshKeyPath: '~/.ssh/hetzn1_ed25519',
11 authorizedPubKeyPaths: hetzn1AuthorizedPubKeyPaths,
12 gitName: 'codeserv',
13 gitEmail: 'codeserv@hetzn1',
14 deployableEps: [ptAnchorPath('pt0/gamesapp/binF/epSyncGameswc.mjs')],
16const wcDomain = 'hetzn1.demokluster.com'
18export default await eptThrowawayOss({klusterCfg, ocwBaseCfg, wcDomain, ep: import.meta.url})