Update CI deploy UUID to new Docker Image app (gyjo0mtw...)
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 4m24s

Replaced Dockerfile-based app with Docker Image app in Coolify.
CI builds and pushes image to registry, Coolify pulls it on deploy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-14 13:55:37 +00:00
parent 089a8b3a08
commit b755620542

View File

@@ -54,5 +54,5 @@ jobs:
- name: Trigger Coolify redeploy - name: Trigger Coolify redeploy
run: | run: |
curl -sf \ curl -sf \
"http://coolify:8080/api/v1/deploy?uuid=a99ivjvglmqxnfbcgtdn56e5&force=true" \ "http://coolify:8080/api/v1/deploy?uuid=gyjo0mtw2c42ej3xxvbz8zio&force=true" \
-H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}" -H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}"