Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jokil123 authored Dec 25, 2023
1 parent 30b6fef commit 471be6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Deploy to production
uses: appleboy/[email protected]
with:
host: ${{ var.HOST }}
username: ${{ var.USERNAME }}
host: ${{ vars.HOST }}
username: ${{ vars.USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
cd /api
Expand Down

0 comments on commit 471be6f

Please sign in to comment.