feat: Add deployment step to Dokploy for frontend in CI workflow
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 11s

This commit is contained in:
almazlar
2026-02-22 23:16:33 +03:00
parent fa60078a72
commit dd5ce5e49c

View File

@@ -15,3 +15,7 @@ jobs:
run: |
docker build -t git.almazlar.com/${{ gitea.repository }}:latest .
docker push git.almazlar.com/${{ gitea.repository }}:latest
- name: Deploy to Dokploy (Frontend)
run: |
curl -X POST "${{ secrets.DOKPLOY_AI_EYE_WEBHOOK_URL }}"