generated from inherentlee/11ty
This commit is contained in:
@ -14,7 +14,7 @@ steps:
|
||||
- npm run build
|
||||
- apt-get update && apt-get install -y rsync
|
||||
- git config credential.helper '!f() { echo username=inherentlee; echo "password=$GIT_TOKEN"; };f'
|
||||
- git submodule update --remote --init --recursive --rebase
|
||||
- git submodule update --remote --init --recursive --merge
|
||||
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git
|
||||
- cd $REPOSITORY
|
||||
- git status
|
||||
|
||||
Reference in New Issue
Block a user