vault backup: 2023-10-03 22:39:10

This commit is contained in:
2023-10-03 22:39:11 +02:00
parent eee91a5dc8
commit 3dd413d31c

View File

@@ -8,13 +8,13 @@ year: "2023"
sport: 1
stretching: 1
weight: "87.6"
calories: "2000"
carbs: "141"
protein: "187"
fat: "62"
calories: "2049"
carbs: "187"
protein: "155"
fat: "72"
---
### To do 💪
- [ ] Make a sample website with bun and astro, build, test and deploy automatically.
- [/] Make a sample website with bun and astro, build, test and deploy automatically.
- [ ] Make the same for Godot
- [ ] Make the same for Unreal
#### Weekly to do's
@@ -28,4 +28,6 @@ sort by due date
- [ ]
### Outcomes 🦄
1.
1. deployment not automatic but sample website setup and starting to learn about workflows. Also not bun because it broke.
2. Next I'll probably try to run workspaces on an existing network so that I can have a database running in the background while I get workspaces running together along with it. It's important to be ab;e to link workspaces together to replicate in coder what I could do for Django webhooks.
3. Only after all of this I'll try my hand on Godot for CI/CD and remote development.