Skip to content

Commit e71d4ee

Browse files
authored
fix: CI/CD config (#6)
1 parent 6c18227 commit e71d4ee

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
name: Deploy to Render.com
1+
name: Build Docker image and push it to Docker Hub
22
jobs:
33
build:
44
runs-on: ubuntu-latest
55
steps:
66
- name: Use Node.js
77
uses: actions/setup-node@v3
88
with:
9-
node-version: '20.x'
9+
node-version: '24.x'
1010

1111
- name: Check out repository
1212
uses: actions/checkout@v4
1313

1414
- name: Install dependencies
15-
run: npm install
16-
17-
- name: Build
18-
run: npm run build
15+
run: npm ci
1916

2017
- name: Log in to Docker Hub
2118
uses: docker/login-action@v3

0 commit comments

Comments
 (0)