feat: add test

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-07-27 16:16:13 +08:00
parent 692ff29a0c
commit c509f7d4d2
2 changed files with 65 additions and 59 deletions
+6
View File
@@ -26,6 +26,12 @@ on:
- 'docker-compose.yml'
- 'bin/*'
env:
SERVER_PRIVATE_KEY: ${{ secrets.SERVER_PRIVATE_KEY }} # server private key
SERVER_HOST: ${{ secrets.SERVER_HOST }} # server ip address
USER_NAME: ${{ secrets.USER_NAME }} # server username
cache-name: note
jobs:
deploy-dev:
runs-on: ubuntu-latest