generated from inherentlee/11ty
This commit is contained in:
@ -10,14 +10,11 @@ steps:
|
|||||||
GIT_TOKEN:
|
GIT_TOKEN:
|
||||||
from_secret: GIT_TOKEN
|
from_secret: GIT_TOKEN
|
||||||
commands:
|
commands:
|
||||||
|
- git config credential.helper '!f() { echo username=inherentlee; echo "password=$GIT_TOKEN"; };f'
|
||||||
|
- git submodule update --remote --init --merge
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- apt-get update && apt-get install -y rsync
|
- 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 --merge
|
|
||||||
- ls -al _site
|
|
||||||
- cat _site/index.html | grep built
|
|
||||||
- cat mattrbld-site/index.html | grep built
|
|
||||||
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git
|
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git
|
||||||
- cd $REPOSITORY
|
- cd $REPOSITORY
|
||||||
- ls -al
|
- ls -al
|
||||||
|
|||||||
Reference in New Issue
Block a user