diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-13 09:14:09 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-13 09:14:09 +0200 |
| commit | 4e9012f633e6a42d6f83d0daf351fd74b0f95ea7 (patch) | |
| tree | f76917a73450865bccb36a22e12a89208330a4b7 /.github | |
| parent | 2da9964e49e64c02767342d2de675b776e8e6cda (diff) | |
Fix workflow not uploading files in the proper place
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 312c714..423fa46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,4 +69,4 @@ jobs: ssh-keyscan -H ${{ secrets.TARGET_HOST }} >> ~/.ssh/known_hosts - name: Deploy run: | - scp -r dist/* ${{ secrets.TARGET_USER }}@${{ secrets.TARGET_HOST }}:${{ secrets.TARGET_PATH }}/ + scp -r dist/frontend/* ${{ secrets.TARGET_USER }}@${{ secrets.TARGET_HOST }}:${{ secrets.TARGET_PATH }}/ |
