After commit & push:
- Bump
# Update sdk if needed
# yarn add protofun
#
yarn version- Push a new container
# Update NEXT_PUBLIC_PROTOFUN_SERVICE in .env.local
#
yarn docker:build
yarn docker:run # to test
yarn docker:tag
yarn docker:push
# or
yarn deploy- Update the server
cd repos/protofun-indexer && docker pull danielconstantin/protofun-ui:latest && make start-graph-nodeyarn add protofun-service@http://localhost:3030/protofun-service-0.0.5.tgz
yarn add protofun-service@https://service.protocol.fun/protofun-service-0.0.5.tgz