Compare commits

..

2 Commits

Author SHA1 Message Date
88c2378284 remove bad submodule
Some checks failed
continuous-integration/drone/push Build is failing
2026-05-13 15:41:20 -07:00
ec09cf42d5 continue iterating on dronefile 2026-05-13 15:39:03 -07:00
4 changed files with 7 additions and 7 deletions

View File

@ -5,14 +5,17 @@ name: default
steps:
- name: test
image: node:current
environment:
GIT_TOKEN:
from_secret: GIT_TOKEN
commands:
- npm install
- npm run build
- apt-get update
- apt-get install -y rsync
- apt-get update && apt-get install -y rsync
- rsync -uav _site/ mattrbld-site
- cd mattrbld-site
- git config --global --add safe.directory /drone/src/mattrbld-site
- git status
- git commit -am "update site at $(date '+%Y-%m-%d %H:%M:%S')"
- git remote set-url origin https://heckin.technology/inherentlee/mattrbld-site.git
- git config credential.helper '!f() { echo username=inherentlee; echo "password=$GIT_TOKEN"; };f'
- git push

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
_live
_site
node_modules
secrets.txt

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[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
_site

Submodule _site deleted from 385d654bea