DEV Community

Discussion on: Getting started with Gitlab CI/CD: Eslint

Collapse
 
yashwanth2804 profile image
kambala yashwanth

Are Shared runners only for testing purpose or , can we deploy some react site to it

Collapse
 
andreasvirkus profile image
ajv • Edited

You can use a shared runner to build and deploy a site. Note that you don't deploy a site to a runner. The runner is a temporary container dedicated to your pipeline, so you use it as an environment to run your build/deploy commands.