Skip to content

Commit 06b378b

Browse files
committed
ci: Update ci
1 parent d7d2c04 commit 06b378b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Checkout code
2323
# Checks out the repository code.
2424
uses: actions/checkout@v4
25+
with:
26+
fetch-depth: 2
2527

2628
- name: Set up Docker Buildx
2729
# Prepares Docker Buildx for building multi-platform images.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Request, Response } from 'express';
22

3+
// todo: maybe build a separate lightweight status service as well
34
export const getHealthStatus = (req: Request, res: Response) => {
45
res.status(200).json({ status: 'healthy' });
56
};

0 commit comments

Comments
 (0)