Update '.woodpecker.yml'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
xeovalyte 2022-11-01 15:59:06 +01:00
parent 98a74f8ca0
commit eef14df8d0

View File

@ -2,6 +2,7 @@ pipeline:
build: build:
image: node:16 image: node:16
commands: commands:
- cd frontend
- npm i - npm i
- npm run build - npm run build
publish: publish:
@ -9,6 +10,7 @@ pipeline:
secrets: secrets:
- meli_api_token - meli_api_token
commands: commands:
- cd frontend
- npm i - npm i
- npm run build - npm run build
- npx -p "@getmeli/cli" meli upload .output/public --url https://meli.xeovalyte.dev --site 1e43e574-3eea-4e90-8c52-8a9bcab54f3a --token $$MELI_API_TOKEN --branch "main" - npx -p "@getmeli/cli" meli upload .output/public --url https://meli.xeovalyte.dev --site 1e43e574-3eea-4e90-8c52-8a9bcab54f3a --token $$MELI_API_TOKEN --branch "main"