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]
jobs:
build-and-deploy:
deploy:
name: Build & Deploy
runs-on: ubuntu-latest
steps:
@@ -34,6 +34,6 @@ jobs:
tags: |
gitlab.impresion3d.pro/root/davidaragon-portfolio:latest
- name: Deploy to Portainer
- name: Redeploy via Portainer webhook
run: |
curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"
curl --max-time 10 -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}" || true