mirror of
https://github.com/gfwlist/gfwlist.git
synced 2024-11-10 10:15:19 +00:00
Create .gilab-ci.yml
This commit is contained in:
parent
86a0a7a9b8
commit
74b2d73d0a
14
.gilab-ci.yml
Normal file
14
.gilab-ci.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
image: debian:latest
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- cat gfwlist.txt | base64 -d > gfwlist_decoded.txt
|
||||||
|
- mkdir .public
|
||||||
|
- cp -r * .public
|
||||||
|
- mv .public public
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 day
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
Reference in New Issue
Block a user