Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into missing-form-info
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jan 9, 2023
2 parents ff12a35 + 901bda8 commit 5b384a5
Show file tree
Hide file tree
Showing 11 changed files with 1,472 additions and 730 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: cimg/python:3.10.1
- image: cimg/python:3.10.9
steps:
- checkout
- run:
Expand All @@ -23,7 +23,7 @@ jobs:

deploy:
machine:
image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3
image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3. Newer images don't work
resource_class: large
steps:
- checkout
Expand Down
1 change: 1 addition & 0 deletions Resources/compose/docker-compose-prod-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
- graphiql:/transfer
depends_on:
- graphql-engine
restart: always

volumes:
graphiql:
Expand Down
Loading

0 comments on commit 5b384a5

Please sign in to comment.