more droning

This commit is contained in:
2026-05-13 17:00:09 -07:00
parent b3bd4b7fc0
commit 9095f5b0e2

View File

@ -6,6 +6,7 @@ steps:
- name: test
image: node:current
environment:
REPOSITORY: mattrbld-site
GIT_TOKEN:
from_secret: GIT_TOKEN
commands:
@ -16,7 +17,7 @@ steps:
- cd mattrbld-site
- git config --global --add safe.directory /drone/src/mattrbld-site
- git add *
- git commit -m "drone build $(date)"
- git remote set-url origin https://heckin.technology/inherentlee/mattrbld-site.git
- git commit -m "drone build $(TZ=':America/Los_Angeles' date)"
- git remote set-url origin https://heckin.technology/inherentlee/$REPOSITORY.git
- git config credential.helper '!f() { echo username=inherentlee; echo "password=$GIT_TOKEN"; };f'
- git push