fix(core): update
This commit is contained in:
@@ -9,6 +9,7 @@ export class HetznerServer {
|
||||
optionsArg: {
|
||||
name: string;
|
||||
location: 'nbg1';
|
||||
labels: {[key: string]: string},
|
||||
}
|
||||
) {
|
||||
const server = new HetznerServer(hetznerAccountRefArg);
|
||||
@@ -19,7 +20,7 @@ export class HetznerServer {
|
||||
image: 'ubuntu-22.04',
|
||||
server_type: 'cx11',
|
||||
start_after_create: true,
|
||||
labels: {},
|
||||
labels: optionsArg.labels || {} as any,
|
||||
location: optionsArg.location,
|
||||
public_net: {
|
||||
enable_ipv4: true,
|
||||
|
||||
Reference in New Issue
Block a user