generated from inherentlee/11ty
continue to try to fix the damn submodule
This commit is contained in:
@ -3,7 +3,7 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
- name: build
|
||||
image: node:current
|
||||
environment:
|
||||
REPOSITORY: mattrbld-site
|
||||
@ -15,7 +15,7 @@ steps:
|
||||
- apt-get update && apt-get install -y rsync
|
||||
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git
|
||||
- cd $REPOSITORY
|
||||
- git config --global --add safe.directory /drone/src/$REPOSITORY
|
||||
- git config --global --add safe.directory /drone/src
|
||||
- git add -A
|
||||
- git commit -m "drone build $(TZ=':America/Los_Angeles' date)"
|
||||
- git remote set-url origin https://heckin.technology/inherentlee/$REPOSITORY.git
|
||||
|
||||
Reference in New Issue
Block a user