mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
⬆️ Update CircleCI config
This commit is contained in:
parent
d4dc32a5e5
commit
ff30d505af
1 changed files with 2 additions and 9 deletions
|
@ -2,20 +2,13 @@ version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
# specify the version you desire here
|
|
||||||
- image: penpotapp/devenv:latest
|
- image: penpotapp/devenv:latest
|
||||||
|
- image: cimg/postgres:13.5
|
||||||
# Specify service dependencies here if necessary
|
|
||||||
# CircleCI maintains a library of pre-built images
|
|
||||||
# documented at https://circleci.com/docs/2.0/circleci-images/
|
|
||||||
# - image: circleci/postgres:9.4
|
|
||||||
- image: circleci/postgres:13.3-ram
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: penpot_test
|
POSTGRES_USER: penpot_test
|
||||||
POSTGRES_PASSWORD: penpot_test
|
POSTGRES_PASSWORD: penpot_test
|
||||||
POSTGRES_DB: penpot_test
|
POSTGRES_DB: penpot_test
|
||||||
|
- image: cimg/redis:6.2.6
|
||||||
- image: circleci/redis:6.0.8
|
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue