Skip to content

Commit

Permalink
Don't run mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 10, 2024
1 parent b2dd69c commit 1a4bd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ jobs:
sleep 3
docker run -d --env-file testnet.env --restart always --name pe-testnet-indexer ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:indexer ./indexer
sleep 3
docker run -d -p 3006:3005 --restart always --env-file production.env --name pe-mainnet-api ghcr.io/pshenmic/platform-explorer:api
# docker run -d -p 3006:3005 --restart always --env-file production.env --name pe-mainnet-api ghcr.io/pshenmic/platform-explorer:api
sleep 3
docker run -d --env-file production.env --restart always --name pe-mainnet-indexer ghcr.io/pshenmic/platform-explorer:indexer ./indexer
# docker run -d --env-file production.env --restart always --name pe-mainnet-indexer ghcr.io/pshenmic/platform-explorer:indexer ./indexer

0 comments on commit 1a4bd52

Please sign in to comment.