diff --git a/.drone.yml b/.drone.yml index 50059ad..5ff8020 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 46cf388..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "mattrbld-site"] - path = mattrbld-site - url = ssh://git@heckin.technology:2222/inherentlee/mattrbld-site.git diff --git a/mattrbld-site b/mattrbld-site deleted file mode 160000 index c5f520b..0000000 --- a/mattrbld-site +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c5f520b429075f804ed15a665326d6b5f74077f7