feat: add dagger ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-19 17:59:05 +01:00
parent 0b042780c3
commit f1df6a42f6
12 changed files with 679 additions and 0 deletions

5
scripts/ci:main.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env zsh
set -e
dagger call --mod=./ci main --service="$SERVICE" --source=./ --version="${VERSION:-$(uuidgen)}"

5
scripts/publish.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env zsh
set -e
cuddle x ci:main --version="$VERSION"