feat: use git revision for versioning container

This commit is contained in:
Ashhhleyyy 2024-02-17 22:06:31 +00:00
parent bad0ebf5d7
commit 931899d202
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
this.SERVER_URL = 'http://localhost:8000';
this.SERVER_URL = 'https://aci-api.ashhhleyyy.dev';

View file

@ -19,7 +19,7 @@
uvicorn
python-lsp-server
];
version = builtins.substring 0 8 self.lastModifiedDate;
version = self.rev or self.dirtyShortDev or "dirty-inputs";
in
{
packages = {