This commit is contained in:
2025-04-16 10:45:25 +02:00
parent 14ecb383c2
commit 7ae397aaa6
+3 -1
View File
@@ -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