diff --git a/.github/workflows/purefinance_deployment.yaml b/.github/workflows/purefinance_deployment.yaml index 9f96e3e..3c42bf8 100644 --- a/.github/workflows/purefinance_deployment.yaml +++ b/.github/workflows/purefinance_deployment.yaml @@ -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 @@ -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