generated from inherentlee/11ty
continue to iterate on drone
This commit is contained in:
@ -8,4 +8,11 @@ steps:
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- apt-get update
|
||||
- apt-get install -y rsync
|
||||
- rsync -uav _site/ mattrbld-site
|
||||
- cd mattrbld-site
|
||||
- git config --global --add safe.directory /drone/src/mattrbld-site
|
||||
- git status
|
||||
- git commit -am "update site at $(date '+%Y-%m-%d %H:%M:%S')"
|
||||
- git push
|
||||
|
||||
Reference in New Issue
Block a user