Skip to content

Commit

Permalink
Point the render deployments on the joystream/pioneer-backend image
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Nov 20, 2023
1 parent 5248413 commit 22cdacc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In order to customize the default notification behavior with the GraphQL API, an

### Production

[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/Joystream/pioneer/tree/main)
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/Joystream/pioneer/tree/dev)

## Production CLI usage

Expand Down
2 changes: 1 addition & 1 deletion packages/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
pioneer-api:
image: thesan/pioneer-backend # TODO change this to joystream/...
image: joystream/pioneer-backend
build:
context: ../..
dockerfile: backend.Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
plan: starter

runtime: image
image: { url: docker.io/thesan/pioneer-backend:prod }
image: { url: docker.io/joystream/pioneer-backend:latest }

envVars:
- key: DATABASE_URL
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
plan: starter

runtime: image
image: { url: docker.io/thesan/pioneer-backend:prod }
image: { url: docker.io/joystream/pioneer-backend:latest }
dockerCommand: notify
schedule: "*/10 * * * *"

Expand Down

0 comments on commit 22cdacc

Please sign in to comment.