From 9095f5b0e211b0825e3952b9c1ebd29d45220a58 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Wed, 13 May 2026 17:00:09 -0700 Subject: [PATCH] more droning --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bdc9e63..35320bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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