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
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 11s
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user