Skip to content

Commit

Permalink
update splash
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Mar 29, 2024
1 parent 2482539 commit 91ad666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .do/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
github:
branch: main
deploy_on_push: true
repo: hi-events/hi.events
repo: HiEventsDev/hi.events
instance_count: 2
instance_size_slug: professional-xs
kind: PRE_DEPLOY
Expand All @@ -173,7 +173,7 @@ services:
github:
branch: main
deploy_on_push: true
repo: hi-events/hi.events
repo: HiEventsDev/hi.events
http_port: 80
instance_count: 1
instance_size_slug: professional-xs
Expand All @@ -193,15 +193,15 @@ static_sites:
github:
branch: main
deploy_on_push: true
repo: hi-events/hi.events
repo: HiEventsDev/hi.events
name: hi-events-frontend
source_dir: frontend
workers:
- dockerfile_path: /backend/Dockerfile
github:
branch: main
deploy_on_push: true
repo: hi-events/hi.events
repo: HiEventsDev/hi.events
instance_count: 1
instance_size_slug: professional-xs
name: hi-events-worker
Expand Down
2 changes: 1 addition & 1 deletion backend/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hi-events/hi.events",
"name": "HiEventsDev/hi.events",
"type": "project",
"description": "hi.events - Ticket selling and event management.",
"keywords": ["ticketing", "events"],
Expand Down

0 comments on commit 91ad666

Please sign in to comment.