Compare commits

..

2 Commits

Author SHA1 Message Date
6cda4aad5f Update content through Mattrbld
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-17 12:23:57 -07:00
d9300d47ce updates
All checks were successful
continuous-integration/drone/push Build is passing
2026-05-15 07:46:59 -07:00
4 changed files with 12 additions and 39 deletions

View File

@ -7,10 +7,11 @@ steps:
image: node:current
environment:
REPOSITORY: mattrbld-site
GIT_USER: inherentlee
GIT_TOKEN:
from_secret: GIT_TOKEN
commands:
- git config credential.helper '!f() { echo username=inherentlee; echo "password=$GIT_TOKEN"; };f'
- git config credential.helper '!f() { echo username=$GIT_USER; echo "password=$GIT_TOKEN"; };f'
- git submodule update --remote --init --merge
- npm install
- npm run build

View File

@ -1,38 +1 @@
# mattrbld test
## local drone testing
create secrets.txt:
```txt
GIT_TOKEN=PAT
```
run `drone exec` with secrets file:
```sh
drone exec --secret-file=secrets.txt
```
## submodule bullshit
to add the submodule:
```sh
git submodule add <remote-url>
```
to pull in remote updates:
```sh
git submodule update --remote
```
to push incl. submodule updates:
```sh
cd mattrbld-site
git commit -am "message"
cd ..
git push --recurse-submodules=on-demand
```

9
src/thankyou.md Normal file
View File

@ -0,0 +1,9 @@
---
title: Thanks for contacting us!
hero:
src: /images/dscf-3866.JPG
alt: chickadee
title: null
___mb_schema: /.mattrbld/schemas/page.json
---
Thanks for filling out the contact form. Well be in touch in the next few days.