This commit is contained in:
tree 2022-10-21 13:30:28 +02:00
rodič 95696c0b94
revize f9a8254ac9
1 změnil soubory, kde provedl 7 přidání a 0 odebrání

Zobrazit soubor

@ -1,4 +1,11 @@
pipeline:
build_web:
image: node
path: web
commands:
- node --version
- npm ci
- npm run build
deploy:
image: rclone/rclone
commands: