Danila Polovinkin

Results 95 comments of Danila Polovinkin

:point_right: **1.** - Push package into GHCR with `latest` tag - Add compose into Uffizzi - Push feature tag into GHCR (tag should start with `uffizzi_request_`) **Result:** Deployment does not...

**TESTED - OK** ``` bash-5.1# printf "test" | bundle exec uffizzi project secret create TEST_S The secret was successfully created bash-5.1# bundle exec uffizzi project secret list NAME TEST_S bash-5.1#...

**TESTED on prod - OK** ``` ~ # uffizzi project secret list NAME POSTGRES_USER POSTGRES_PASSWORD TEST_NEAL ~ # uffizzi project secret delete TEST_NEAL The secret was successfully deleted ~ #...

**TESTED on prod - OK** ``` # uffizzi preview create compose.yml Preview created with name deployment-5 [✔] Creating containers... Done [⠇] Deploying preview... [⠋] uffizzi_chaos_exit_until_nginx [✔] nginx ```

**1. TESTED - OK** ``` bash-5.1# bundle exec uffizzi login -u [email protected] Login to Uffizzi to view and manage your previews. ``` **2. TESTED - OK** **3. TESTED - OK**...

Waiting for setting up cluster.

**TESTED - OK** File: Click to expand ``` definitions: environment: &env-var POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres services: redis: image: redis:latest environment: *env-var postgres: image: postgres:9.6 secrets: - user - password -...