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 }} ${{ env.IMAGE_URL }}
ghcr.io/cryptooda/managing-api:latest ghcr.io/cryptooda/managing-api:latest
- name: Deploy Image to CapRover # - name: Deploy Image to CapRover
uses: caprover/deploy-from-github@v1.1.2 # uses: caprover/deploy-from-github@v1.1.2
with: # with:
server: "${{ secrets.CAPROVER_SERVER }}" # server: "${{ secrets.CAPROVER_SERVER }}"
app: "${{ secrets.APP_NAME }}" # app: "${{ secrets.APP_NAME }}"
token: "${{ secrets.APP_TOKEN }}" # token: "${{ secrets.APP_TOKEN }}"
image: ${{ env.IMAGE_URL }} # image: ${{ env.IMAGE_URL }}