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: pipeline:
build_web: build_web:
image: node image: node
path: web : web
commands: commands:
- node --version - node --version
- npm ci - cd web && npm ci
- npm run build - cd web && npm run build
deploy: deploy:
image: rclone/rclone image: rclone/rclone
commands: commands: