Webhook quickfix.
This commit is contained in:
Andras Bacsai
2021-05-22 15:28:22 +02:00
committed by GitHub
parent c7efe899fa
commit e11b6d74ed
2 changed files with 40 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ export async function post(request: Request) {
queueAndBuild(configuration, imageChanged);
return {
status: 200,
status: 201,
body: {
message: 'Deployment queued.',
nickname: configuration.general.nickname,