https://github.com/ottomatica/bakelets-source
Repository for storing Bakelets
https://github.com/ottomatica/bakelets-source
Last synced: 6 months ago
JSON representation
Repository for storing Bakelets
- Host: GitHub
- URL: https://github.com/ottomatica/bakelets-source
- Owner: ottomatica
- Created: 2017-12-24T13:49:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T18:45:37.000Z (over 6 years ago)
- Last Synced: 2025-01-23T01:11:21.305Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bakelets
Repository for storing scripts, roles, and playbooks
### Development
To add as a subtree to baker.
```
git remote add bakelets-source https://github.com/ottomatica/bakelets-source.git
```
To update the subtree.
```
git subtree pull --prefix remotes/bakelets-source/ bakelets-source master
```
If there is no subtree present (e.g. first time):
```
git subtree add --prefix remotes/bakelets-source/ bakelets-source master
```