mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Transition to monorepo on a new Dev branch
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
|
*.tmp
|
||||||
|
tmp.*
|
||||||
|
public/*
|
||||||
|
Sites/*/public/*
|
||||||
|
Themes/Build/*
|
||||||
|
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
image: alpine:latest
|
||||||
|
|
||||||
|
before_script: |
|
||||||
|
apk update
|
||||||
|
apk add python3
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script: |
|
||||||
|
sh ./Sites/BuildAll.sh
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 320 B |
0
Source/Build.py → App/Source/Build.py
Executable file → Normal file
0
Source/Build.py → App/Source/Build.py
Executable file → Normal file
0
Source/Libs/htmlmin/command.py → App/Source/Libs/htmlmin/command.py
Executable file → Normal file
0
Source/Libs/htmlmin/command.py → App/Source/Libs/htmlmin/command.py
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user