mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add .codechina-ci.yml
This commit is contained in:
parent
ae108ac8bb
commit
7a254b0d0e
1 changed files with 10 additions and 0 deletions
10
.codechina-ci.yml
Normal file
10
.codechina-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- rm -rf public
|
||||
- mkdir tpublic
|
||||
- ls | grep -v tpublic | xargs cp -r -t tpublic
|
||||
- mv tpublic public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
Loading…
Reference in a new issue