Skip to content

Commit

Permalink
Removed app binary
Browse files Browse the repository at this point in the history
  • Loading branch information
galexrt committed Jun 10, 2019
1 parent 566e70f commit f10e772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ deploy_review:
script:
- kubectl version
- cd manifests/
- sed -i "s/__CI_REGISTRY_IMAGE__/${CI_REGISTRY_IMAGE}/" deployment.yaml
- sed -i "s~__CI_REGISTRY_IMAGE__~${CI_REGISTRY_IMAGE}~" deployment.yaml
- sed -i "s/__CI_ENVIRONMENT_SLUG__/${CI_ENVIRONMENT_SLUG}/" deployment.yaml ingress.yaml service.yaml
- sed -i "s/__VERSION__/${CI_COMMIT_REF_NAME}/" deployment.yaml ingress.yaml service.yaml
- |
Expand Down Expand Up @@ -127,6 +127,7 @@ deploy_live:
script:
- kubectl version
- cd manifests/
- sed -i "s~__CI_REGISTRY_IMAGE__~${CI_REGISTRY_IMAGE}~" deployment.yaml
- sed -i "s/__CI_ENVIRONMENT_SLUG__/${CI_ENVIRONMENT_SLUG}/" deployment.yaml ingress.yaml service.yaml
- sed -i "s/__VERSION__/${CI_COMMIT_REF_NAME}/" deployment.yaml ingress.yaml service.yaml
- kubectl apply -f deployment.yaml
Expand Down
Binary file removed app
Binary file not shown.

0 comments on commit f10e772

Please sign in to comment.