Skip to content

Commit

Permalink
Merge pull request #39 from zhaoyiqing97/main
Browse files Browse the repository at this point in the history
prod
  • Loading branch information
zhaoyiqing97 authored Jul 25, 2022
2 parents db16c3f + fdcbcdf commit 7cfeb6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ updates:
directory: "/frontend" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-type: "development"
allow:
- dependency-name: "*"
dependency-type: "production"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
### 部署

```shell
cd ops/docker
cd ops/docker/prod
docker compose up -d
```

### 更新

```shell
docker compose pull
docker up -d
docker compose up -d
```

### 清理
Expand Down Expand Up @@ -61,7 +61,7 @@ docker compose down -v --rmi all
- .github/workflows: 存放所有的github actions相关的文件
- maven.yml: Build and push Docker image
- node.js.yml: Build and push Docker image
- mysql.yml: build mysql
- mysql.yml: build mysql
- codeql-analysis.yml: 代码检查

---
Expand Down

0 comments on commit 7cfeb6f

Please sign in to comment.