Skip to content

Commit

Permalink
Merge pull request #2144 from makeplane/develop
Browse files Browse the repository at this point in the history
promote: develop to stage release
  • Loading branch information
sriramveeraghanta authored Sep 11, 2023
2 parents 73b360c + 6867154 commit b8dd9ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Update_Docker_Images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Docker Images for Plane on Release

on:
release:
types: [released]
types: [released, prereleased]

jobs:
build_push_backend:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:

plane-worker:
container_name: planebgworker
image: makeplane/plane-worker:latest
image: makeplane/plane-backend:latest
restart: always
command: ./bin/worker
env_file:
Expand All @@ -99,7 +99,7 @@ services:

plane-beat-worker:
container_name: planebeatworker
image: makeplane/plane-worker:latest
image: makeplane/plane-backend:latest
restart: always
command: ./bin/beat
env_file:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ services:
DOCKER_BUILDKIT: 1
restart: always
command: ./bin/takeoff
ports:
- 8000:8000
env_file:
- .env
environment:
Expand Down

2 comments on commit b8dd9ca

@vercel
Copy link

@vercel vercel bot commented on b8dd9ca Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b8dd9ca Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-sh-stage – ./space/

plane-space-stage.vercel.app
plane-sh-stage-plane.vercel.app
plane-sh-stage-git-stage-release-plane.vercel.app

Please sign in to comment.