Create .gilab-ci.yml

This commit is contained in:
awslawsl233 2021-10-15 23:29:03 +08:00 committed by GitHub
parent 86a0a7a9b8
commit 74b2d73d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.gilab-ci.yml Normal file
View 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