Skip to content

Commit 3d8622a

Browse files
authored
Merge pull request #83 from ConducereIT/cristi3
main.yamal original
2 parents c34bdf6 + 298b916 commit 3d8622a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
13-
with:
14-
node-version: '18'
15-
- name: Install Genezio CLI (stable)
16-
run: npm install -g genezio@3.1.1
17-
- uses: Genez-io/genezio-github-action@v3
13+
- uses: Genez-io/genezio-github-action@v2
1814
with:
1915
token: ${{ secrets.GENEZIO_TOKEN }}
2016
- name: install pg
2117
working-directory: ./server
22-
run: |
23-
npm ci
24-
npm install @genezio/types pg
18+
run: npm install pg
2519
- name: Deploy backend
2620
working-directory: ./server
27-
run: genezio deploy --logLevel debug
21+
run: genezio deploy
2822
env:
29-
CI: false
23+
CI: false

0 commit comments

Comments
 (0)