Skip to content

Commit

Permalink
Merge pull request #22 from ConducereIT/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
cristim67 authored Nov 7, 2023
2 parents 33ed8ba + d32aa21 commit ae34484
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- uses: Genez-io/genezio-github-action@main
with:
token: ${{ secrets.GENEZIO_TOKEN }}
- name: install pg
working-directory: ./server
run: npm install pg
- name: Deploy backend
working-directory: ./server
run: genezio deploy
Expand Down

0 comments on commit ae34484

Please sign in to comment.