aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-10-13 09:14:09 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-10-13 09:14:09 +0200
commit4e9012f633e6a42d6f83d0daf351fd74b0f95ea7 (patch)
treef76917a73450865bccb36a22e12a89208330a4b7
parent2da9964e49e64c02767342d2de675b776e8e6cda (diff)
Fix workflow not uploading files in the proper place
-rw-r--r--.github/workflows/deploy.yml2
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 }}/