Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulkireev committed Oct 17, 2024
1 parent 33d0387 commit 529af9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Deploy to CapRover
uses: caprover/deploy-from-github@main
with:
server: ${{ secrets.CAPROVER_SERVER }}
app: ${{ env.PROJECT_NAME }}
token: ${{ secrets.APP_TOKEN }}
image: ghcr.io/${{ github.repository }}
server: ${{ secrets.CAPROVER_SERVER }}
app: ${{ env.PROJECT_NAME }}
token: ${{ secrets.APP_TOKEN }}
image: ghcr.io/${{ github.repository }}

0 comments on commit 529af9f

Please sign in to comment.