Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. deploy-staging:
  2. <<: *deployTemplate
  3. variables:
  4. ENVIRONMENT: stage
  5. CLUSTER_NAME: $CLUSTER_NAME_STAGE
  6. CLUSTER_ZONE: $CLUSTER_ZONE_STAGE
  7. HOST: $HOST_STAGE
  8. stage: stage-deployment
  9. after_script:
  10. # Wait for the rollout to complete
  11. - sh ci/wait-for-rollout symfony-dummy-project
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement