This commit is contained in:
tree 2022-10-21 13:32:24 +02:00
rodič f9a8254ac9
revize 31d82875b6
1 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

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