fix
All checks were successful
Deploy Gitea Custom / build-and-deploy (push) Successful in 13m20s

This commit is contained in:
pasha1coil 2025-08-25 22:06:12 +03:00
parent 11df16babb
commit 4ec7102537

@ -55,16 +55,6 @@ jobs:
--restart unless-stopped \
localhost/gitea-custom:${{ github.sha }}
- name: Wait for Gitea to start
run: |
sleep 30
- name: Verify container is running
run: |
podman ps -a
podman logs ${{ env.CONTAINER_NAME }} --tail 20
podman inspect ${{ env.CONTAINER_NAME }} --format='{{.State.Status}}'
#jobs:
# build-and-deploy:
# runs-on: ubuntu-latest