feat(docker): implemented dbimport (#13308)
## Changes Proposed: - Implemented dbimport with docker - deprecated db_assembler - Fixed deno scripts and integrated them with the CI
This commit is contained in:
parent
00eea376f1
commit
e189caeb76
15 changed files with 181 additions and 165 deletions
4
.github/workflows/docker_build.yml
vendored
4
.github/workflows/docker_build.yml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
run: |
|
||||
export DOCKER_USER_ID=$(id -u)
|
||||
export DOCKER_GROUP_ID=$(id -u)
|
||||
docker-compose --profile dev --profile local build --parallel
|
||||
./acore.sh docker build
|
||||
|
||||
- name: Deploy Dev
|
||||
#env:
|
||||
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
run: |
|
||||
export DOCKER_USER_ID=$(id -u)
|
||||
export DOCKER_GROUP_ID=$(id -u)
|
||||
docker-compose --profile build --profile prod build --parallel
|
||||
./acore.sh docker prod:build
|
||||
docker-compose run --no-deps --name build ac-build echo "image created"
|
||||
docker cp build:/azerothcore/var/ccache var/docker/
|
||||
echo "ccache exported"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue