Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielAlvesBM committed Sep 20, 2024
1 parent 5a426ca commit 5040454
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
steps:
- name: Repo Checkout
uses: actions/checkout@v2

- name: Setup SSH
run: |
eval "$(ssh-agent -s)"
echo "${{ secrets.SSH_PRIVATE_KEY }}" | tr -d '\r' > private_key
chmod 600 private_key
ssh-add private_key
- name: Hostinger Deployment
uses: easingthemes/ssh-deploy@main
with:
Expand Down

0 comments on commit 5040454

Please sign in to comment.