casbin / casbin-oa

The OA system used by Casbin community
https://oa.casbin.com
Apache License 2.0
41 stars 21 forks source link

Make a continuous deployment (CD) platform to deploy code automatically #23

Closed hsluoyz closed 2 years ago

hsluoyz commented 3 years ago

Currently for each merged PR in: https://github.com/casbin/casnode , we need to manually deploy it:

  1. git pull
  2. yarn install & yarn build
  3. Deploy build static files to CDN
  4. go run main.go

We need to have a continuous deployment (CD) platform to do these jobs.

casbin-bot commented 3 years ago

@MRGUOKING

hsluoyz commented 2 years ago

Already done.