Ensure deployment always has latest state including assets

Use existing nix shell within deployment.
Clean everything and ensure assets are compiled.
yarn now used nodejs 18, raise the version in our file as we are
compatible.
This commit is contained in:
Daniel Siepmann 2022-09-29 14:43:56 +02:00
parent ead6c4f530
commit d1ae3ae89c

View file

@ -5,7 +5,7 @@
"watch": "gulp watch" "watch": "gulp watch"
}, },
"engines": { "engines": {
"node": "16.*" "node": "18.*"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",