Skip to content

Commit

Permalink
notionalapi: update web
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jun 17, 2024
1 parent a3c6f1e commit e9adc4f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions notionalapi/web/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,21 @@ cd $HOME/notionalapi/web
# create .env file
wget "http://tasks.web_config/config/notionalapi.web.env" -O $HOME/notionalapi/web/.env


yarn && yarn build

screen -S server -dm yarn start

########################################################################################################################
# deposit_watcher
cd $HOME/notionalapi/web

screen -S server -dm yarn deposit_watcher

########################################################################################################################
# pool-spending
cd $HOME/notionalapi/web

screen -S server -dm yarn pool-spending


# loop forever for debugging only
while true; do sleep 5; done

0 comments on commit e9adc4f

Please sign in to comment.