convert codebase to typescript

This commit is contained in:
2022-12-19 13:53:20 +01:00
parent 1758af4f3d
commit 071d1f9788
20 changed files with 5995 additions and 1192 deletions

View File

@@ -1,17 +0,0 @@
kind: pipeline
type: ssh
name: default
server:
host: nuc.home
user:
from_secret: ssh_username
password:
from_secret: ssh_password
steps:
- name: build
commands:
- cd /home/marco/containers
- docker-compose build sensor-web-v2
- docker-compose up -d sensor-web-v2