Commit Graph

10 Commits (e682f826aa266ec3cbb3ac0940dbdc5c24a01916)

Author SHA1 Message Date
Pat Dyn e682f826aa Add init-container 1 year ago
erik 2b2ca8dae7 Add optional script execution in build container
The script file must exist in the root of the specified gitea-repo.
You also need to specify (and calculate) a sha256sum output
for that file. This needs to be added as KV pair to
the respective collection in :websites.
1 year ago
erik 911f0d5b27 Refactor app.kubernetes.part-of into resources 2 years ago
erik 31f5e9980f [Skip-CI] Better cron expression 2 years ago
jerger 0fc7bc5f2e review 2 years ago
erik 31f490e286 [Skip-CI] WIP Working Yaml Generation 2 years ago
erik b5614681d9 Fix test.cljs
Turns out, the cljs version creates newlines at the end of a string.
This was not considered in the test and thus resulted in failure.
2 years ago
erik 46f0c72c3e [Skip-Ci] Update Docker image, cron job, tests
It seems, timeout sends signals that do not stop the server process.
Set the signal to SIGKILL - which also kills the function.sh process.
Thus moved the last function to entrypoint.sh
2 years ago
erik de88a5d807 [skip-ci] Make unique name for each website deploy
Add function for replacing values in the beginning of a string.
Add build secret.
2 years ago
erik 76f5b87ec9 [skip-ci] WIP Add docker image
Add website-build-deployment and cron skeleton.
Add shadow-cljs.edn - needs config for cljs.
2 years ago