Skip to content

Commit

Permalink
chore: updated organisation name to sprintertech (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen authored Jan 15, 2025
1 parent e6d406d commit f21890c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: checkout ecs repo
uses: actions/checkout@v4
with:
repository: sygmaprotocol/devops
repository: sprintertech/devops
token: ${{ secrets.GHCR_TOKEN }}
ref: main

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: checkout ecs repo
uses: actions/checkout@v4
with:
repository: sygmaprotocol/devops
repository: sprintertech/devops
token: ${{ secrets.GHCR_TOKEN }}
ref: main

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY --from=builder /squid/commands.json ./

RUN corepack yarn global add @subsquid/commands && mv $(which squid-commands) /usr/local/bin/sqd

LABEL org.opencontainers.image.source https://github.com/sygmaprotocol/squid-indexer/
LABEL org.opencontainers.image.source https://github.com/sprintertech/squid-indexer/
EXPOSE 8000

ENTRYPOINT ["sh", "-c", "sqd migration:apply && node ./lib/main.js"]
2 changes: 1 addition & 1 deletion Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --from=builder /squid/node_modules ./node_modules
COPY --from=builder /squid/package*.json ./
COPY --from=builder /squid/lib ./lib
COPY --from=builder /squid/envs ./envs
LABEL org.opencontainers.image.source https://github.com/sygmaprotocol/squid-indexer
LABEL org.opencontainers.image.source https://github.com/sprintertech/squid-indexer
EXPOSE 8000

CMD ["node", "./lib/api/index.js"]

0 comments on commit f21890c

Please sign in to comment.