[Wip] Update CI CD (#2945)

* Update CI and CD scripts

* Fix docker docs build

* Fix CD

* Fix CD

* Update front build and add postgres intel pg_graphql files

* Fix postgres install

* Fix

* Update docs
This commit is contained in:
Charles Bochet
2023-12-12 22:38:40 +01:00
committed by GitHub
parent 6594055317
commit 2496431703
45 changed files with 389 additions and 451 deletions

View File

@ -10,14 +10,14 @@ docker-dev-down:
docker-dev-sh:
make -C packages/twenty-docker dev-sh
postgres-provision-on-docker:
make -C packages/twenty-docker dev-postgres-build
postgres-on-docker:
make -C packages/twenty-postgres provision-on-docker
postgres-provision-on-macos-arm:
postgres-on-macos-arm:
make -C packages/twenty-postgres provision-on-macos-arm
postgres-provision-on-macos-intel:
postgres-on-macos-intel:
make -C packages/twenty-postgres provision-on-macos-intel
postgres-provision-on-linux:
postgres-on-linux:
make -C packages/twenty-postgres provision-on-linux