Compare commits

...

3 Commits

Author SHA1 Message Date
7ae34ead7e submodule update 2026-05-13 13:55:23 2026-05-13 13:55:23 -07:00
48595ba14b drone and gitignore 2026-05-13 13:51:54 -07:00
daa5767fc2 submodule 2026-05-13 13:51:42 -07:00
4 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,4 @@ steps:
commands:
- npm install
- npm run build
- rsync -uav _site/ mattrbld-site

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
_live
_site
node_modules

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "_site"]
path = _site
url = https://heckin.technology/inherentlee/mattrbld-site
[submodule "mattrbld-site"]
path = mattrbld-site
url = ssh://git@heckin.technology:2222/inherentlee/mattrbld-site.git

1
mattrbld-site Submodule

Submodule mattrbld-site added at 78650f17aa