generated from inherentlee/11ty
462 B
462 B
mattrbld test
local drone testing
create secrets.txt:
GIT_TOKEN=PAT
run drone exec with secrets file:
drone exec --secret-file=secrets.txt
submodule bullshit
to add the submodule:
git submodule add <remote-url>
to pull in remote updates:
git submodule update --remote
to push incl. submodule updates:
cd mattrbld-site
git commit -am "message"
cd ..
git push --recurse-submodules=on-demand