1
0
mirror of https://gitlab.com/2-chainz/2chainz.git synced 2025-08-01 19:21:24 +00:00

Import website

This commit is contained in:
2025-05-22 23:18:07 -06:00
parent 31fb9b3899
commit 2d125a3e1d
10 changed files with 879 additions and 0 deletions

13
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,13 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mkdir public
- cp -r cp -r website/* public/
- mv .public public
artifacts:
paths:
- public
only:
- main