Danila Polovinkin
Danila Polovinkin
**TESTED on prod - OK** ``` ~ # uffizzi preview create compose.yml 'build' option is not implemented ~ # ```
Returned due to the comment https://github.com/UffizziCloud/uffizzi_cli/issues/114#issuecomment-1156300670
**TESTED - OK**
**TESTED - OK** CLI+Platform
**TESTED on prod - OK** **CLI + Platform**
``` services: webhooks-test-app: image: uffizzitest/test-private-repo:latest environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres x-uffizzi-ingress: service: webhooks-test-app port: 80 x-uffizzi-continuous-preview: share_to_github: true delete_preview_after: 99h tag_pattern: uffizzi_request_* delete_preview_when_image_tag_is_updated: true deploy_preview_when_image_tag_is_created: true delete_preview_when_pull_request_is_closed: true deploy_preview_when_pull_request_is_opened: true...
``` services: webhooks-test-app: image: gcr.io/uffizzi-pro-qa-gke/webhooks-test-app:latest environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres x-uffizzi-ingress: service: webhooks-test-app port: 80 x-uffizzi-continuous-preview: share_to_github: true delete_preview_after: 99h tag_pattern: uffizzi_request_* delete_preview_when_image_tag_is_updated: true deploy_preview_when_image_tag_is_created: true delete_preview_when_pull_request_is_closed: true deploy_preview_when_pull_request_is_opened: true...
Repository does not exist: ``` bash-5.1# bundle exec uffizzi preview create -o=json test-compose/uffizzi-compose-webhook-azure.yml [✔] Creating containers... [✖] Deploying preview... [✖] webhooks-test-app1 {"id":"deployment-4","url":"https://deployment-4.default.app.qa-gke.uffizzi.com"} bash-5.1# ```
**TESTED - OK**
**TESTED on prod - OK**