We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccfbf9 commit 298b916Copy full SHA for 298b916
.github/workflows/main.yml
@@ -10,20 +10,14 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- 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
+ - uses: Genez-io/genezio-github-action@v2
18
with:
19
token: ${{ secrets.GENEZIO_TOKEN }}
20
- name: install pg
21
working-directory: ./server
22
- run: |
23
- npm ci
24
- npm install @genezio/types pg
+ run: npm install pg
25
- name: Deploy backend
26
27
- run: genezio deploy --logLevel debug
+ run: genezio deploy
28
env:
29
- CI: false
+ CI: false
0 commit comments