Skip to content

Commit

Permalink
Update PF structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dhidalgX committed Apr 10, 2024
1 parent 72fb74d commit d60c6f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/purefinance_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Content Files
run: |
mkdir -p pure.finance
rsync -av --exclude='index.html' purefinance/site/out/ pure.finance/
cp purefinance/site/out/index.html .
rsync -av purefinance/site/out/ pure.finance/
- name: Copy files to Hostinger
uses: appleboy/scp-action@master
Expand All @@ -40,6 +39,6 @@ jobs:
username: ${{ secrets.HOSTINGER_USER }}
port: ${{ secrets.HOSTINGER_PORT }}
key: ${{ secrets.HOSTINGER_SSH_KEY }}
source: "pure.finance/* , index.html"
source: pure.finance/*
target: public_html/purefinance
rm: true

0 comments on commit d60c6f5

Please sign in to comment.