update build file

This commit is contained in:
2025-09-07 17:15:36 +07:00
parent bec0331244
commit f2437af1d1

View File

@@ -37,11 +37,11 @@ jobs:
${{ env.IMAGE_URL }}
ghcr.io/cryptooda/managing-api:latest
- name: Deploy Image to CapRover
uses: caprover/deploy-from-github@v1.1.2
with:
server: "${{ secrets.CAPROVER_SERVER }}"
app: "${{ secrets.APP_NAME }}"
token: "${{ secrets.APP_TOKEN }}"
image: ${{ env.IMAGE_URL }}
# - name: Deploy Image to CapRover
# uses: caprover/deploy-from-github@v1.1.2
# with:
# server: "${{ secrets.CAPROVER_SERVER }}"
# app: "${{ secrets.APP_NAME }}"
# token: "${{ secrets.APP_TOKEN }}"
# image: ${{ env.IMAGE_URL }}