Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
ci: fix dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Nov 29, 2024
1 parent 6d4dcb3 commit 2acbca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
password: ${{ secrets.SSH_PASSWORD }}
source: "./frontend/dist/*"
source: "./dist/*"
target: ${{ secrets.SSH_FRONTEND_DIRECTORY }}
strip_components: 2
strip_components: 1
overwrite: true
rm: true

0 comments on commit 2acbca7

Please sign in to comment.