[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:
@ -1,14 +1,12 @@
|
||||
provision-on-docker:
|
||||
@docker compose -f docker/docker-compose.yml up
|
||||
|
||||
provision-on-macos-arm:
|
||||
sh ./provision/provision-postgres-macos-arm.sh
|
||||
sh ./macos/arm/provision-postgres-macos-arm.sh
|
||||
|
||||
provision-on-macos-intel:
|
||||
sh ./provision/provision-postgres-macos-intel.sh
|
||||
sh ./macos/intel/provision-postgres-macos-intel.sh
|
||||
|
||||
provision-on-linux:
|
||||
sh ./provision/provision-postgres-linux.sh
|
||||
sh ./linux/provision-postgres-linux.sh
|
||||
|
||||
build-pg_graphql-macos-arm:
|
||||
sh ./build/pg_graphql/build-pg_graphql-macos-arm.sh
|
||||
|
||||
build-pg_graphql-macos-intel:
|
||||
sh ./build/pg_graphql/build-pg_graphql-macos-intel.sh
|
||||
|
||||
Reference in New Issue
Block a user