Skip to content

Commit

Permalink
env vars are in vars not env context (gactions)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimeh committed Sep 11, 2023
1 parent 6e0b87b commit a75afdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
switches: -avzr --delete
remote_path: /root/
remote_host: ${{ env.SERVER_IP }}
remote_host: ${{ vars.SERVER_IP }}
remote_user: root
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}

0 comments on commit a75afdc

Please sign in to comment.