-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.yml
23 lines (20 loc) · 860 Bytes
/
service.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
tools:
exceptions: https://sentry.io/organizations/dcsil/projects/victims-of-rebalancing/?project=6144608
logging: https://service.us2.sumologic.com/ui/?appName=blocx&addonId=sumologic
ci:
frontend: https://github.com/dcsil/BlocX-Tech/actions/workflows/client-ci.yml
smart_contract: https://github.com/dcsil/BlocX-Tech/actions/workflows/smart-contracts-ci.yml
services:
production: https://blocx.herokuapp.com/
production_dashboard: https://dashboard.heroku.com/apps/blocx
docs:
getting_started: https://github.com/dcsil/BlocX-Tech/blob/main/docs/development.md
commands:
bootstrap: bin/bootstrap
database:
create: echo "No database here!"
delete: echo "Everything is on the blockchain!"
server: docker-compose up backend
test:
frontend: cd ./client && npm test
backend: cd ./smart_contract && npx hardhat test