strip public folder name from copied files
All checks were successful
/ build (push) Successful in -1m57s
All checks were successful
/ build (push) Successful in -1m57s
This commit is contained in:
parent
8645484dea
commit
88ad292d2c
1 changed files with 2 additions and 1 deletions
|
@ -19,3 +19,4 @@ jobs:
|
||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
source: "public/*"
|
source: "public/*"
|
||||||
target: "/usr/share/nginx/snamellit/"
|
target: "/usr/share/nginx/snamellit/"
|
||||||
|
strip-components: 1
|
||||||
|
|
Loading…
Reference in a new issue