forked from dockersamples/example-voting-app
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcodeship-steps.yml
39 lines (38 loc) · 979 Bytes
/
codeship-steps.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
- type: manual
name: unit_tests
steps:
- service: vote
name: vote_tests
command: echo "Tests passed!"
- service: result
name: result_tests
command: echo "Tests passed!"
- service: worker
name: worker_tests
command: echo "Tests passed!"
- type: parallel
name: push_images
tag: master
encrypted_dockercfg_path: dockercfg.encrypted
steps:
- type: push
service: vote
name: push_vote_image
image_name: rheinwein/examplevotingapp-vote
image_tag: "{{.CommitID}}"
- type: push
service: result
name: push_result_image
image_name: rheinwein/examplevotingapp-result
image_tag: "{{.CommitID}}"
- type: push
service: worker
name: push_worker_image
image_name: rheinwein/examplevotingapp-worker
image_tag: "{{.CommitID}}"
- type: serial
tag: master
steps:
- name: deployment
service: google-cloud-deployment
command: ./deploy/gke-deployment.sh