copy files recursively
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
96cacd67f4
commit
0d02d30db8
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- npm i
|
- npm i
|
||||||
- npm run build
|
- npm run build
|
||||||
- cp public/* /mnt/caddy-sites/tsib.techtransthai.org/
|
- cp -r public/* /mnt/caddy-sites/tsib.techtransthai.org/
|
||||||
volumes:
|
volumes:
|
||||||
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
- /media/core/Data1/Apps/caddy/sites:/mnt/caddy-sites
|
Loading…
Add table
Reference in a new issue