Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 760d2b4

Browse files
Merge pull request #723 from codecov/dorian/fix-staging-deploy
fix staging deploy
2 parents 3daf2cc + 8dc986f commit 760d2b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.circle

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ save:
107107
# - spinnaker pipeline: https://spinnaker.codecov.dev/?to=https%3A%2F%2Fspinnaker.codecov.dev%2F%23%2Fsearch#/applications/codecov-staging/executions?pipeline=api
108108
# - staging url: https://stage-api.codecov.dev
109109
staging:
110+
docker load -i app.tar
110111
docker tag "${GCR_REPO}:${VERSION}" "${GCR_REPO}:staging-${VERSION}"
111112
docker push ${GCR_REPO}:staging-${VERSION}
112113

0 commit comments

Comments
 (0)