fix: custom dockerfile location for dockerfile buildpack

fix: able to use custom port for git cloning
This commit is contained in:
Andras Bacsai
2023-10-13 21:39:49 +02:00
parent 1c97d47ea0
commit 3c96485e3d
3 changed files with 10 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ return new class extends Migration
$table->string('git_repository');
$table->string('git_branch');
$table->string('git_commit_sha')->default('HEAD');
// TODO: remove this column, it is not used
$table->string('git_full_url')->nullable();
$table->string('docker_registry_image_name')->nullable();