generated from inherentlee/11ty
This commit is contained in:
37
README.md
37
README.md
@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user