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