.yml
frontend-build: stage: frontendbuild tags: - shell script: - cd Main/fluttr/frontend - npm install - npm run build - sudo cp -r build/* /var/www/html/