fix: deploy to test

This commit is contained in:
Fu Zi Xiang 2023-10-18 14:59:49 +08:00
parent d6c0b7780b
commit 08967b8091
No known key found for this signature in database
1 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up env vars
run: |
cp dev.env .env
# log level
sed -i 's|RUST_LOG=.*|RUST_LOG=trace|' .env
@ -40,4 +40,6 @@ jobs:
echo "${{ secrets.APPFLOWY_CLOUD_KEY }}" | base64 --decode > ./nginx/ssl/private_key.key
- name: Deploy docker-compose
run: docker compose up -d --build --force-recreate
run: |
docker compose up -d --build --force-recreate
docker system prune --force