Skip to content

Commit

Permalink
wrong env vars for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsalcido committed Nov 3, 2023
1 parent 71e1a09 commit 19675eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Deploy Image to CapRover
uses: caprover/[email protected]
with:
server: "${{ vars.CAPROVER_SERVER }}"
server: "${{ vars.CAPROVER_HOST }}"
app: "${{ vars.APP_NAME }}"
token: "${{ secrets.CAPROVER_APP_TOKEN }}"
image: ${{ env.IMAGE_URL }}
Expand Down

0 comments on commit 19675eb

Please sign in to comment.