stages: - deploy deploy-prod: image: "node:18" stage: deploy only: - master script: - cd api - npm ci - npm run deploy