From 7ae397aaa63e53f65e34ed6ac52b5aed8df83334 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 16 Apr 2025 10:45:25 +0200 Subject: [PATCH] update --- autodeploy/TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autodeploy/TODO.md b/autodeploy/TODO.md index af06e1a..02f9f74 100644 --- a/autodeploy/TODO.md +++ b/autodeploy/TODO.md @@ -56,7 +56,7 @@ Can we instead trigger the autodeployer only if `pixi.yml` changes? gitlab webhooks are not that fine grained. Filter on specific file would need to happen in Simon's webhook handler web server. Might be too complicated a change. Can we stay with the extra do-nothing run? -- [ ] ## Commit from the Autodeployer +- [x] ## Commit from the Autodeployer In case of changes to the env, the lock file (`pixi.lock`) should be committed at the end of the setup script to have a history and reproducibility. @@ -73,6 +73,8 @@ machine git.psi.ch password personal-access-token-for-special-account ``` +**Solution**: Simon has set it up such that the Autodeployer can deploy. Not sure which mechanism is used. + - [x] ## Mounts ### Problem