catchup #13

Merged
toniwalter.green merged 16 commits from devel into main 2026-09-15 01:47:26 +02:00
Showing only changes of commit bd36faa033 - Show all commits
+16
View File
@@ -0,0 +1,16 @@
name: Deploy API
jobs:
Build-Api:
runs-on: rainbow-1
steps:
- name: Check out repo
uses: actions/checkout@v7
- run: cd packages/api
- run: pnpm install --prod
- run: tsc -p .
- name: Publish Artifact
uses: actions/upload-artifact@v7
with:
path: ./dist
retention-days: 2S