https://github.com/timvw/rbfacalendar
https://github.com/timvw/rbfacalendar
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timvw/rbfacalendar
- Owner: timvw
- Created: 2022-01-08T08:49:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:28:32.000Z (7 months ago)
- Last Synced: 2024-10-29T22:47:39.467Z (7 months ago)
- Language: TypeScript
- Size: 342 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RBFA Calendar
[iCalendar](https://en.wikipedia.org/wiki/ICalendar) for soccer teams.
## Development
All command invocations to run, test, release and deploy this app are encoded in the [Makefile](./Makefile)
## Extra for deployment
```bash
docker login -u timvw registry.apps.timvw.bekubectl create secret -n rbfacalendar docker-registry regcred \
--docker-server=registry.apps.timvw.be \
--docker-username=$REGISTRY_USER \
--docker-password=$REGISTRY_PASS \
--docker-email=$REGISTRY_MAIL
```