Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2024-12-02 08:10:57 +00:00
parent 1307fc975d
commit 5079f31dab
10 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: bitbus/paopao-ce:all-in-one-v0.6.0-alpha.2
image: bitbus/paopao-ce:all-in-one-0.6-alpha
labels:
createdBy: Apps
networks:

View File

@ -15,6 +15,8 @@ if [ -f .env ]; then
mkdir -p "$PAOPAO_CE_ROOT_PATH/config"
cp ./conf/config.yaml "$PAOPAO_CE_ROOT_PATH/config/config.yaml"
chown -R 1000:1000 "$PAOPAO_CE_ROOT_PATH"
echo "Check Finish."
else

View File

@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: bitbus/paopao-ce:all-in-one-v0.6.0-alpha.2
image: bitbus/paopao-ce:all-in-one-0.6-alpha
labels:
createdBy: Apps
networks: