small test
Some checks failed
/ angular (push) Failing after 0s

This commit is contained in:
filip.kranjec 2025-11-25 15:41:20 +01:00
parent b943a45122
commit c90002441b
2 changed files with 12 additions and 7 deletions

View file

@ -11,13 +11,13 @@
devShells.${system}.default = pkgs.mkShell { devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [ nodejs typescript nodePackages.typescript-language-server nodePackages.eslint ]; packages = with pkgs; [ nodejs typescript nodePackages.typescript-language-server nodePackages.eslint ];
shellHook = '' shellHook = ''
clear clear
echo "------------------" echo "------------------"
echo "Deploying TFTStats" echo "Deploying TFTStats"
echo "------------------" echo "------------------"
npm install npm install
npm run build npm run build
cp -R dist/tft_stats /var/www/ cp -R dist/tft_stats /var/www/
''; '';
}; };
apps.${system}.ng-build = {}; apps.${system}.ng-build = {};

View file

@ -0,0 +1,5 @@
img {
width: 45px;
height: 45px;
border-radius: 100%;
}