UPDATE: New data
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 32s

This commit is contained in:
2026-04-23 16:30:59 +07:00
parent 512a650964
commit 438fe32480
10 changed files with 3 additions and 13 deletions

View File

@@ -8,18 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out latest code
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Stop and remove old containers
- name: Deploy to Container
run: |
docker compose down || true
- name: Remove unused Docker resources
run: |
docker system prune -a --volumes -f
- name: Build and restart containers
run: |
docker compose pull
docker compose up -d --build
docker compose up -d --build --remove-orphans

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.