generated from inherentlee/11ty
more droning
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user