mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-18 07:03:45 +08:00
Containerized service package/imagese build and deploy
This commit is contained in:
4
docker-deploy/source-code/fetch-admin-source-code.sh
Executable file
4
docker-deploy/source-code/fetch-admin-source-code.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
rm -rf ruoyi-ai-admin
|
||||
git clone https://github.com/ageerle/ruoyi-admin
|
||||
mv ruoyi-admin ruoyi-ai-admin
|
||||
7
docker-deploy/source-code/fetch-backend-source-code.sh
Executable file
7
docker-deploy/source-code/fetch-backend-source-code.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
rm -rf ruoyi-ai-backend
|
||||
git clone https://github.com/ageerle/ruoyi-ai
|
||||
mv ruoyi-ai ruoyi-ai-backend
|
||||
cd ruoyi-ai-backend
|
||||
# git checkout v2.0.4
|
||||
# cd ..
|
||||
4
docker-deploy/source-code/fetch-web-source-code.sh
Executable file
4
docker-deploy/source-code/fetch-web-source-code.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
rm -rf ruoyi-ai-web
|
||||
git clone https://github.com/ageerle/ruoyi-web
|
||||
mv ruoyi-web ruoyi-ai-web
|
||||
Reference in New Issue
Block a user