Skip to content

Commit

Permalink
Refactor build configuration and Dockerfile for Platypus web app serv…
Browse files Browse the repository at this point in the history
…er and admin, agent, and server
  • Loading branch information
WangYihang committed Oct 2, 2024
1 parent 4a23bbd commit 6dc2684
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ before:
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
# build the docs
- sh -c "cd docs/platypus && yarn install && yarn build"

builds:
- id: platypus-server
Expand Down Expand Up @@ -273,7 +275,9 @@ archives:
format: zip
files:
- README.md
- assets/*
- src: docs/platypus/build
dst: docs
strip_parent: true

changelog:
sort: asc
Expand Down

0 comments on commit 6dc2684

Please sign in to comment.