gitlab-ci
stages: - deploy deploy: stage: deploy script: - npm install - npm run build - cp -R build/* /var/www/html
pipeli