Update web-deploy.yml

This commit is contained in:
John Parkhurst 2025-06-10 17:40:54 -04:00 committed by GitHub
parent 9c990061f7
commit ed6a66fbb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
file: Dockerfile file: Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: user/app:latest tags: ${{ secrets.DOCKERHUB_USER }}/shiftsync:latest_web
- name: Deploy to Coolify - name: Deploy to Coolify
run: | run: |
curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}' curl --request GET '${{ secrets.COOLIFY_WEBHOOK }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'