services:

  deploy:
    build:
      context: .
      target: deploy

  lint:
    build:
      context: .
      target: lint
