services: - docker before_install: - docker login -u${user_name} -p${pass_word} - chmod +x ./deploy.sh - ./deploy.sh script: - echo hello