Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/dev_sandbox_publish_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,14 @@ jobs:
make construct-spec APIM_ENV=sandbox
make generate-sandbox-spec

- name: Build and publish sandbox Docker image
run: |
make build-and-publish-sandbox-image

- name: Deploy sandbox spec to Proxygen
run: |
proxygen instance deploy sandbox eligibility-signposting-api build/specification/sandbox/eligibility-signposting-api.yaml --no-confirm

- name: Build and publish sandbox Docker image
run: |
make build-and-publish-sandbox-image


publish_postman:
Expand Down
Loading