Skip to content

Commit

Permalink
Strip components
Browse files Browse the repository at this point in the history
  • Loading branch information
dhidalgX committed Apr 16, 2024
1 parent d60c6f5 commit 7258d78
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/purefinance_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,14 @@ jobs:
cd site
BASE_PATH="/pure.finance" npm run build
- name: Content Files
run: |
mkdir -p pure.finance
rsync -av purefinance/site/out/ pure.finance/
- name: Copy files to Hostinger
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOSTINGER_HOST }}
username: ${{ secrets.HOSTINGER_USER }}
port: ${{ secrets.HOSTINGER_PORT }}
key: ${{ secrets.HOSTINGER_SSH_KEY }}
source: pure.finance/*
target: public_html/purefinance
source: purefinance/site/out/*
target: public_html/pure.finance
rm: true
strip_components: 3

0 comments on commit 7258d78

Please sign in to comment.