feat(ci): auto-deploy new version after building docker image

This commit is contained in:
2025-10-29 02:31:13 +04:00
parent ac16c96e5e
commit 2442641479

View File

@@ -139,4 +139,7 @@ jobs:
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
build-args: | build-args: |
"BINARY_NAME=${{ env.BINARY_NAME }}" "BINARY_NAME=${{ env.BINARY_NAME }}"
- name: Deploy
run: curl ${{ secrets.DEPLOY_URL }}