feat: Implement timelapse calculator application with core logic, UI components, and Gitea deployment workflow.
Some checks failed
Deploy to Private Server / deploy (push) Failing after 2s

This commit is contained in:
2025-12-29 16:27:20 +07:00
parent f3382717f3
commit e8cd2a8f14
3 changed files with 117 additions and 82 deletions

View File

@@ -31,4 +31,16 @@ jobs:
-p 3005:80 \
timelapse-calc:latest
docker ps --format "{{.Names}} {{.Image}} {{.Status}}"
docker ps --format "{{.Names}} {{.Image}} {{.Status}}"
- name: Send Deployment Notification
uses: actions/deploy-notify@v1
if: always()
with:
status: ${{ job.status }}
title: "Deploy: ${{ github.repository }}"
message: |
Ref: ${{ github.ref_name }}
Commit: ${{ github.sha }}
Status: ${{ job.status }}
Actor: ${{ github.actor }}