feature: initial support for specific git commit
This commit is contained in:
@@ -60,6 +60,7 @@ import * as buildpacks from '../lib/buildPacks';
|
||||
gitSource,
|
||||
configHash,
|
||||
fqdn,
|
||||
gitCommitHash,
|
||||
projectId,
|
||||
secrets,
|
||||
phpModules,
|
||||
@@ -160,6 +161,8 @@ import * as buildpacks from '../lib/buildPacks';
|
||||
githubAppId: gitSource.githubApp?.id,
|
||||
gitlabAppId: gitSource.gitlabApp?.id,
|
||||
customPort: gitSource.customPort,
|
||||
gitCommitHash: gitCommitHash,
|
||||
configuration,
|
||||
repository,
|
||||
branch,
|
||||
buildId,
|
||||
|
||||
Reference in New Issue
Block a user