Skip to content

Commit

Permalink
workflows/deploy: Strip 2 directories
Browse files Browse the repository at this point in the history
For correct deployment we need to strip 2 elements from
path.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Apr 26, 2024
1 parent 90c94d2 commit 87e45e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
port: ${{ secrets.WEB_STAGING_PORT }}
source: "kernelci.org/public/"
target: ${{ secrets.WEB_STAGING_DIR }}
strip-components: 2

0 comments on commit 87e45e2

Please sign in to comment.