stages: - build - deploy deploy_agent: stage: deploy script: - ./deploy.sh agent ph when: manual deploy_cms: stage: deploy script: - ./deploy.sh cms ph when: manual deploy_cms_static: stage: deploy script: - ./deploy-static.sh ph when: manual deploy_server: stage: deploy script: - ./deploy.sh server ph when: manual