fix: use exact working CI pattern from WarrantyHub
CI/CD Pipeline / Build & Deploy (push) Failing after 42s

This commit is contained in:
wh-leader
2026-05-11 13:03:04 +02:00
parent ce8415c26f
commit 35f3ba8767
+3 -3
View File
@@ -5,7 +5,7 @@ on:
branches: [main] branches: [main]
jobs: jobs:
build-and-deploy: deploy:
name: Build & Deploy name: Build & Deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -34,6 +34,6 @@ jobs:
tags: | tags: |
gitlab.impresion3d.pro/root/davidaragon-portfolio:latest gitlab.impresion3d.pro/root/davidaragon-portfolio:latest
- name: Deploy to Portainer - name: Redeploy via Portainer webhook
run: | run: |
curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}" curl --max-time 10 -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}" || true