Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deployment pipeline for Indexer #11

Closed
MakMuftic opened this issue Mar 29, 2023 · 0 comments
Closed

Add deployment pipeline for Indexer #11

MakMuftic opened this issue Mar 29, 2023 · 0 comments
Assignees

Comments

@MakMuftic
Copy link
Contributor

MakMuftic commented Mar 29, 2023

From repository sygma-explorer-indexer we need to deploy two different services:

  • indexer service
  • API service
  • ** there also needs to be a working database that both services will connect to

Details

We need to support testnet (on each push to main) and mainnet (on release) environments.

Both services use same root Dockerfile, just different start commands

  • API service: node ./build/index.js
  • Indexer: node ./build/indexer/index.js
@MakMuftic MakMuftic added this to the Mainnet launch milestone May 4, 2023
@P1sar P1sar changed the title Add deployment pipeline Add deployment pipeline for Indexer May 17, 2023
@P1sar P1sar removed their assignment Jun 19, 2023
@eedygreen eedygreen reopened this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants