Skip to content

Commit

Permalink
Nym gateway (#2314)
Browse files Browse the repository at this point in the history
* WIP nym gateway

* WIP adding nym-gateway to monorepo

* Combined dockerfile with nym + aztec ts client

* fix retry logic for ts server

* remove nym-client fom git

* nym-gateway dev terraform

* remove barretenberg

* remove unused file

* add DEPLOY_TAG to nym-client's id

* PR fixes

* update terraform to use fixed home dir + memory reqs

* add nym-gateway to project-base Dockerfile
  • Loading branch information
spypsy authored Jan 31, 2023
1 parent b17bd5e commit d841d0a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,17 @@ jobs:
name: 'Build and test'
command: build block-server

nym-gateway:
machine:
image: ubuntu-2004:202010-01
resource_class: small
steps:
- *checkout
- *setup_env
- run:
name: 'Build'
command: build nym-gateway

sdk:
machine:
image: ubuntu-2004:202010-01
Expand Down Expand Up @@ -753,6 +764,9 @@ jobs:
- run:
name: 'block-server'
command: deploy block-server
- run:
name: 'nym-gateway'
command: deploy nym-gateway
- run:
name: 'sdk'
command: |
Expand Down Expand Up @@ -865,7 +879,7 @@ jobs:
name: 'Deploy contracts'
working_directory: contracts
command: |
deploy_ecr contracts
deploy_ecr contracts
./scripts/ci_deploy_contracts.sh
- run:
name: 'Redeploy kebab'
Expand Down Expand Up @@ -956,6 +970,7 @@ workflows:
- halloumi: *yarn_project
- falafel: *yarn_project
- block-server: *yarn_project
- nym-gateway
- sdk: *yarn_project
- wasabi: *yarn_project
- hummus: *yarn_project
Expand Down
1 change: 1 addition & 0 deletions yarn-project/yarn-project-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COPY halloumi/package.json halloumi/package.json
COPY kebab/package.json kebab/package.json
COPY falafel/package.json falafel/package.json
COPY block-server/package.json block-server/package.json
COPY nym-gateway/package.json nym-gateway/package.json
COPY sdk/package.json sdk/package.json
COPY hummus/package.json hummus/package.json
COPY end-to-end/package.json end-to-end/package.json
Expand Down

0 comments on commit d841d0a

Please sign in to comment.