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