Skip to content

Commit

Permalink
fix: change strip from 4 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Nov 28, 2024
1 parent 8f31ddf commit 37b6138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
strip_components: 4
strip_components: 2
source: backend/docker/docker-compose-dev.yaml
target: ~/${{ github.event.repository.name }}

Expand Down

0 comments on commit 37b6138

Please sign in to comment.