Skip to content

Commit

Permalink
Merge pull request #29 from hemilabs/fix_typo
Browse files Browse the repository at this point in the history
Fix scp source typo
  • Loading branch information
gabmontes authored Apr 16, 2024
2 parents ec0e43d + c4e12a5 commit f3829b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/purefinance_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
username: ${{ secrets.HOSTINGER_USER }}
port: ${{ secrets.HOSTINGER_PORT }}
key: ${{ secrets.HOSTINGER_SSH_KEY }}
source: pure.finance/site/out/*
source: site/out/*
target: public_html/pure.finance
rm: true
strip_components: 3
strip_components: 2

0 comments on commit f3829b5

Please sign in to comment.