Skip to content

Commit

Permalink
fix(deployment): use correct var name
Browse files Browse the repository at this point in the history
  • Loading branch information
apogiatzis committed Nov 22, 2024
1 parent 569b47c commit 58b101a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_image_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
host: ${{ secrets.SSH_HOST }}
user: ${{ secrets.SSH_USER }}
port: 22
pass: ${{ secrets.SSH_PASS }}
pass: ${{ secrets.SSH_PASSWORD }}
local: "."
extra: "-avz --exclude '.git'"
args: "-avz --exclude '.git'"
remote: "~/ovisbot"
runAfterDeployment: |
cd ~/ovisbot
Expand Down

0 comments on commit 58b101a

Please sign in to comment.