Compare commits

...

3 commits

Author SHA1 Message Date
8880ee0ffc Update actions/upload-artifact action to v4
Some checks failed
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Failing after 50s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
2025-04-11 22:01:52 +00:00
180f01f157 updated expenses.json
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 2m6s
Build and Deploy Website / Deploy Dev Website (push) Successful in 13s
2025-04-12 00:01:16 +02:00
ae6b060ce1 updated expenses.json
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 2m3s
Build and Deploy Website / Deploy Dev Website (push) Successful in 12s
2025-04-11 23:27:25 +02:00
2 changed files with 16 additions and 6 deletions

View file

@ -15,7 +15,7 @@ jobs:
run: npm install run: npm install
- name: Build Website - name: Build Website
run: npm run build:dev run: npm run build:dev
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: build name: build
path: dist/ path: dist/
@ -31,7 +31,7 @@ jobs:
run: npm install run: npm install
- name: Build Website - name: Build Website
run: npm run build run: npm run build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: build name: build
path: dist/ path: dist/

View file

@ -1,16 +1,26 @@
[ [
{ {
"name": "Services", "name": "Services",
"type": "Dedicated Server", "type": "Cloud Server",
"provider": "Hetzner", "provider": "Hetzner",
"location": "Falkenstein", "location": "Nürnberg",
"amount": 75.8 "amount": 38.56
},
{
"name": {
"en": "Media",
"de": "Medien"
},
"type": "Object Storage",
"provider": "Hetzner",
"location": "Nürnberg",
"amount": 5.94
}, },
{ {
"name": "Monitoring", "name": "Monitoring",
"type": "Cloud Server", "type": "Cloud Server",
"provider": "Hetzner", "provider": "Hetzner",
"location": "Nürnberg", "location": "Falkenstein",
"amount": 4.51 "amount": 4.51
}, },
{ {