generated from inherentlee/11ty
fix git add line
This commit is contained in:
@ -16,7 +16,7 @@ steps:
|
||||
- rsync -uavh _site/ mattrbld-site --delete --exclude .git
|
||||
- cd mattrbld-site
|
||||
- git config --global --add safe.directory /drone/src/mattrbld-site
|
||||
- git add *
|
||||
- git add -A
|
||||
- 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'
|
||||
|
||||
Reference in New Issue
Block a user