Skip to content

Commit

Permalink
build: rename deploy action secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz authored Jan 9, 2025
1 parent 5ad29b0 commit 8630b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Deploy with SSH
uses: easingthemes/[email protected]
with:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
SSH_PRIVATE_KEY: ${{ secrets.BIBLYS_ORG_SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ secrets.BIBLYS_ORG_SSH_HOST }}
REMOTE_USER: ${{ secrets.BIBLYS_ORG_SSH_USER }}
SOURCE: "dist/"
TARGET: "~/biblys.org"

0 comments on commit 8630b8c

Please sign in to comment.