Archive

ci-cd-yml

image: node:latest pipelines: branches: master: – step: name: Build Sites caches: – node script: – echo "Starting build process…" – npm install – npm run generate artifacts: -…