sync public key back to the main server post-provision, once a new server is added sync the internal ips to all others
This commit is contained in:
@@ -24,6 +24,7 @@ return new class extends Migration
|
||||
$table->string('provider_status');
|
||||
$table->string('internal_ip');
|
||||
$table->integer('internal_ip_ending');
|
||||
$table->text('internal_public_key')->nullable();
|
||||
$table->string('status');
|
||||
$table->string('region');
|
||||
$table->string('os');
|
||||
|
||||
Reference in New Issue
Block a user