Guest User

Untitled

a guest
Mar 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. branches:
  2. only:
  3. - master
  4. sudo: required
  5. before_install:
  6. - chmod +x ./build-scripts/install-dependencies.sh
  7. - chmod +x ./build-scripts/deploy-k8s.sh
  8. - chmod +x ./build-scripts/deploy-terraform.sh
  9. - chmod +x ./build-scripts/inject-secrets.sh
  10. install:
  11. - "./build-scripts/install-dependencies.sh"
  12. - "./build-scripts/inject-secrets.sh"
  13. script:
  14. - "./build-scripts/deploy-terraform.sh"
  15. - "./build-scripts/deploy-k8s.sh"
Add Comment
Please, Sign In to add comment