Skip to content

Commit

Permalink
Merge pull request #28 from hemilabs/fix_source
Browse files Browse the repository at this point in the history
Fix scp source
  • Loading branch information
gabmontes authored Apr 16, 2024
2 parents af503b7 + 072aefe commit ec0e43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: purefinance/site/out/*
source: pure.finance/site/out/*
target: public_html/pure.finance
rm: true
strip_components: 3

0 comments on commit ec0e43d

Please sign in to comment.