Compare commits
2 Commits
c9335a27e5
...
homolog
| Author | SHA1 | Date | |
|---|---|---|---|
| 4975d5547d | |||
| fa6f0e0f49 |
@@ -1,7 +1,7 @@
|
|||||||
name: Build (develop) / Promote (main)
|
name: Build (develop) / Promote (main)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, develop]
|
branches: [main, develop, homolog]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-deploy:
|
build-and-push-deploy:
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ async function bootstrap() {
|
|||||||
.build();
|
.build();
|
||||||
const document = SwaggerModule.createDocument(app, options);
|
const document = SwaggerModule.createDocument(app, options);
|
||||||
SwaggerModule.setup("docs", app, document);
|
SwaggerModule.setup("docs", app, document);
|
||||||
await app.listen(8067);
|
await app.listen(8066);
|
||||||
}
|
}
|
||||||
bootstrap();
|
bootstrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user