Skip to content

Commit b3c5eb8

Browse files
authored
Merge branch 'master' into pokemon-ability-sv
2 parents fdedb10 + 901bda8 commit b3c5eb8

File tree

11 files changed

+1472
-729
lines changed

11 files changed

+1472
-729
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
test:
55
docker:
6-
- image: cimg/python:3.10.1
6+
- image: cimg/python:3.10.9
77
steps:
88
- checkout
99
- run:
@@ -23,7 +23,7 @@ jobs:
2323

2424
deploy:
2525
machine:
26-
image: ubuntu-2004:202111-01 # https://circleci.com/docs/2.0/configuration-reference/#available-machine-images with Docker 18.09.3
26+
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
2727
resource_class: large
2828
steps:
2929
- checkout

Resources/compose/docker-compose-prod-graphql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ services:
3030
- graphiql:/transfer
3131
depends_on:
3232
- graphql-engine
33+
restart: always
3334

3435
volumes:
3536
graphiql:

0 commit comments

Comments
 (0)