This commit is contained in:
parent
5ba7f5e3c9
commit
b3a998fec2
|
@ -41,3 +41,12 @@ jobs:
|
|||
branch: 'dev'
|
||||
git_remote_url: 'ssh://dokku@staging.discours.io:22/core'
|
||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
- name: Restart AUTHORIZER
|
||||
id: restart_authorizer
|
||||
uses: appleboy/ssh-action@master
|
||||
with:
|
||||
host: staging.discours.io
|
||||
username: dokku
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: ps:restart authorizer
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
[0.4.0]
|
||||
- chore: version migrator synced
|
||||
- feat: precache_data on start
|
||||
- fix: store id list for following cache data
|
||||
- fix: shouts stat filter out deleted
|
||||
|
||||
[0.3.5]
|
||||
- cache isolated to services
|
||||
- topics followers and authors cached
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "core"
|
||||
version = "0.3.5"
|
||||
version = "0.4.0"
|
||||
description = "core module for discours.io"
|
||||
authors = ["discoursio devteam"]
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue
Block a user