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