Skip to content

Commit

Permalink
[optimize] update Meta Data
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Nov 21, 2023
1 parent c503b3d commit 50fe717
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
ARTIFACT_PATH: artifact.tar
BOX_NAME: strapi-server
BOX_URL: idea2app/strapi-server
BOX_URL: ohp/strapi-server

jobs:
deploy_docker_image:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Strapi scaffold with TypeScript, PNPM & Docker
# Open Hackathon Platform - Web server

Strapi comes with a full featured [Command Line Interface][1] (CLI) which lets you scaffold and manage your project in seconds.
Open Hackathon Platform server v5 based on [Strapi][6]

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][2]
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][3]
Expand Down Expand Up @@ -98,8 +98,8 @@ Feel free to check out the [Strapi GitHub repository][27]. Your feedback and con
🤫 Psst! [Strapi is hiring][31].

[1]: https://docs.strapi.io/dev-docs/cli
[2]: https://codespaces.new/idea2app/Strapi-PNPM-Docker-ts
[3]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Strapi-PNPM-Docker-ts
[2]: https://codespaces.new/kaiyuanshe/OpenHackathon-server
[3]: https://gitpod.io/?autostart=true#https://github.com/kaiyuanshe/OpenHackathon-server
[4]: https://www.typescriptlang.org/
[5]: https://pnpm.io/
[6]: https://strapi.io/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
strapi-server:
depends_on:
- postgres-server
image: idea2app/strapi-server
image: ohp/strapi-server
environment:
- DATABASE_URL=postgres://postgres:${ADMIN_JWT_SECRET}@postgres-server:5432/postgres
- NODE_ENV=production
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "strapi-pnpm-docker-ts",
"name": "@ohp/web-server",
"version": "0.4.0",
"private": true,
"engines": {
Expand Down Expand Up @@ -30,6 +30,7 @@
"@codemirror/search": "^6.5.4",
"@codemirror/theme-one-dark": "^6.1.2",
"cross-env": "^7.0.3",
"get-git-folder": "^0.1.2",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0"
Expand All @@ -42,6 +43,7 @@
},
"scripts": {
"prepare": "husky install",
"install": "get-git-folder https://github.com/kaiyuanshe/service-configuration main OpenHackathon-server || true",
"test": "lint-staged",
"strapi": "strapi",
"clean": "rm -rf .cache/ .strapi/ dist/",
Expand Down
Loading

0 comments on commit 50fe717

Please sign in to comment.