Commit 6d5bbd83 authored by Matthew Slipper's avatar Matthew Slipper

ci: Add proxyd to nightly build

Metadata:

- Fixes ENG-1677
parent 42f0dcf4
......@@ -78,6 +78,13 @@ jobs:
image-name: integration-tests
target: integration-tests
dockerfile: ./ops/docker/Dockerfile.packages
build-proxyd:
docker:
- image: cimg/base:2021.04
steps:
- build-dockerfile:
image-name: proxyd
dockerfile: ./go/proxyd/Dockerfile
deploy-nightly:
docker:
- image: cimg/base:2021.04
......@@ -101,6 +108,7 @@ jobs:
kubectl rollout restart statefulset nightly-go-batch-submitter --namespace nightly
kubectl rollout restart statefulset nightly-dtl --namespace nightly
kubectl rollout restart deployment nightly-gas-oracle --namespace nightly
kubectl rollout restart deployment edge-proxyd --namespace nightly
workflows:
......@@ -127,6 +135,8 @@ workflows:
context: optimism
- build-go-batch-submitter:
context: optimism
- build-proxyd:
context: optimism
- deploy-nightly:
context: optimism
requires:
......@@ -136,4 +146,5 @@ workflows:
- build-deployer
- build-l2geth
- build-gas-oracle
- build-integration-tests
\ No newline at end of file
- build-integration-tests
- build-proxyd
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment