Merge branch 'main' of ssh://repo.prod.meissa.de:2222/meissa/c4k-website

This commit is contained in:
patdyn 2024-08-06 13:15:14 +02:00
commit d1dfeb092f
2 changed files with 0 additions and 14 deletions

View file

@ -33,17 +33,4 @@
["vcs" "commit"]
["vcs" "tag" "v" "--no-sign"]
["change" "version" "leiningen.release/bump-version"]]
;; TODO: das ist intentionally nach pyb gewandert und muss hier raus!
:aliases {"native" ["shell"
"native-image"
"--report-unsupported-elements-at-runtime"
"--initialize-at-build-time"
"-jar" "target/uberjar/c4k-website-standalone.jar"
"-H:ResourceConfigurationFiles=graalvm-resource-config.json"
"-H:Log=registerResource"
"-H:Name=target/graalvm/${:name}"]
"inst" ["shell"
"sh"
"-c"
"lein uberjar && sudo install -m=755 target/uberjar/c4k-website-standalone.jar /usr/local/bin/c4k-website-standalone.jar"]}
)

View file

@ -29,7 +29,6 @@
(s/def ::build-memory-request ::web/build-memory-request)
(s/def ::build-cpu-limit ::web/build-cpu-limit)
(s/def ::build-memory-limit ::web/build-memory-limit)
;; TODO: Redirect fehlt!
(s/def ::redirects ::web/redirects)
(def websiteconfig? (s/keys :req-un [::unique-name