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
|
@ -18,4 +18,5 @@ jobs:
|
|||
username: ${{ secrets.USERNAME }}
|
||||
key: ${{ secrets.KEY }}
|
||||
source: "public/*"
|
||||
target: "/usr/share/nginx/snamellit/"
|
||||
target: "/usr/share/nginx/snamellit/"
|
||||
strip-components: 1
|
||||
|
|
Loading…
Reference in a new issue