Danila Polovinkin
Danila Polovinkin
**TESTED - OK**
**1.** - Run `POST {{host}}/api/cli/v1/projects/{{uffizzi_project_slug}}/deployments` to create deployment - DO NOT run `POST {{host}}/api/cli/v1/projects/{{uffizzi_project_slug}}/deployments/{{uffizzi_deployment_id}}/deploy_containers` to create containers - Run `GET {{host}}/api/cli/v1/projects/{{uffizzi_project_slug}}` to get project description **Result:** ``` { "errors": {...
**TESTED - OK**
**TESTED on https://github.com/UffizziCloud/uffizzi_platform/issues/138 - OK**
**TESTED - OK** ``` bash-5.1# bundle exec uffizzi preview create -o=json test-compose/uffizzi-vote-app-docker.yml [✔] Creating containers... [✔] Deploying preview... [✔] example-voting-app-result [✔] example-voting-app-vote [✔] example-voting-app-worker [✔] nginx [✔] postgres [✔] redis...
**TESTED - OK** File: Click to expand ``` services: redis: image: redis:latest postgres: image: postgres:9.6 secrets: - user - password nginx: image: nginx:latest configs: - source: my_config_2 target: /etc/nginx/conf.d/default.conf worker:...
**TESTED on prod - OK** ``` ~ # uffizzi preview create -o=json compose.yml [✔] Creating containers... [✔] Deploying preview... [✔] redis [✔] postgres [✔] nginx [✔] example-voting-app-worker [✔] example-voting-app-vote [✔]...
**TESTED on prod - OK** ``` # uffizzi connect gcr google.json We were unable to log you in to Google. Please verify that your username and password are correct. #...
Having the same issue, setting "sourceMap: false" does not work as a workaround.
👉 1. - I set up in my workflow server: `https://deployment-6716-ufzi-on-ufzi-cp-internal-x0vlpg.app.uffizzi.com/` - Workflow file: `https://github.com/DbpUffizziTest/quickstart/blob/try-uffizzi/.github/workflows/uffizzi-preview.yaml` - Create PR in my repo: `https://github.com/DbpUffizziTest/quickstart/pull/16` **Result:** In PR was created comment with the...