Add funding rate watcher (#2)
* Add FundingRate interfaces and worker * Add build on PR * Remove zip * Specify the solution path * Add build for worker too * Set up StatisticService.cs for funding rate * Add Fundingrate alerts * Send alert when big funding rate change + add SlashCommands.cs for fundingrate * Remove fixtures * Refact names * Renames
This commit is contained in:
32
.github/workflows/caprover.yml
vendored
32
.github/workflows/caprover.yml
vendored
@@ -17,19 +17,19 @@ jobs:
|
||||
# npm install
|
||||
# npm run build
|
||||
# npm run test
|
||||
- name: Create deploy.tar
|
||||
uses: a7ul/tar-action@v1.1.0
|
||||
with:
|
||||
command: c
|
||||
cwd: "./"
|
||||
files: |
|
||||
scripts/build_and_run.sh
|
||||
captain-definition
|
||||
outPath: deploy.tar
|
||||
- name: Deploy App to CapRover
|
||||
uses: caprover/deploy-from-github@v1.0.1
|
||||
with:
|
||||
server: '${{ secrets.CAPROVER_SERVER }}'
|
||||
app: '${{ secrets.APP_NAME }}'
|
||||
token: '${{ secrets.MANAGING_APPS }}'
|
||||
|
||||
# - name: Create deploy.tar
|
||||
# uses: a7ul/tar-action@v1.1.0
|
||||
# with:
|
||||
# command: c
|
||||
# cwd: "./"
|
||||
# files: |
|
||||
# scripts/build_and_run.sh
|
||||
# captain-definition
|
||||
# outPath: deploy.tar
|
||||
# - name: Deploy App to CapRover
|
||||
# uses: caprover/deploy-from-github@v1.0.1
|
||||
# with:
|
||||
# server: '${{ secrets.CAPROVER_SERVER }}'
|
||||
# app: '${{ secrets.APP_NAME }}'
|
||||
# token: '${{ secrets.MANAGING_APPS }}'
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user